a{
   font-family: Arial, Helvetica, sans-serif;
    border: 2px solid #243e3b;
    border-radius: 20px;
    padding: 5px 10px;
    color: #243e3b;
    text-decoration:none;
    font-size: 1.5rem;
    line-height: 3.5rem;

}

p{
    justify-content: center;
align-items: center;
    text-align: center;
}

.social{
position:absolute;
justify-content: center;
gap: 10px;
align-self: stretch;
flex-wrap: wrap;
}


.logocontainer{
    display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
flex: 1 0 0;
align-self: stretch;
    height:100%;
}

.logo{
    
align-self: stretch;
    padding:20px;
}

.mail{
position: absolute;
    justify-content: center;
align-items: center;
  bottom: 0;
    align-self: stretch;
    line-height: 3.5rem;
}

.content{
    display: flex;
justify-content: center;
align-items: center;
    width: 100%;
    height:100%;
}
