.circular--square {
    border-radius: 20%;
}
.font {
    font-family: 'Arial';
}
.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #36393E;
    color: white;
    text-align: center;
  }
.title-border {
    position: relative;
    text-align: center; 
    width: 500px; 
    padding: 0px; 
    border: 5px solid gray;
    border-radius: 10px; 
    margin: auto;
}