body {
    background-color: rgb(255, 255, 255);
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: 'Basis Grotesque', sans-serif;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
  
}
p {
    color: #334e68  ;
    margin-top: 20px;
    font-weight: 400px;
    line-height: 1.42857143;
    padding: 5px;
}

.title{
font-size: 40px;
}

.under-title{
font-size: 25px;


}

.goback-btn{
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 50px;
    border:2px solid #334e68;
    background-color: white;
    font-weight:400;
    color: #334e68;
    font-weight: 600;
}
.goback-btn:hover{
    background-color: #AE291F;
    color: white;
    border: 2px solid white;

}



@media(max-width:400px){
    .title{
    font-size: 30px;
      
    }
    .under-title{
        font-size: 25px;
    };
}