html, body{
    height: 100%;
    margin: 0%;
}
body{
    background: #2a9b97;
    background: linear-gradient(176deg,rgba(42, 155, 151, 0.61) 0%, rgba(169, 87, 199, 1) 50%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.title{ 
    font-family: sans-serif; 
    font: normal; color: white; 
} 

.input_content{ 
    font-family: sans-serif; 
    font: normal; 
    text-decoration: none;
    padding: 10px; 
    width: 248px; 
    height: 35px; 
    border-radius: 10px;
    border: none;
    outline: none;
    left: 45%; 
    top: 50px;
} 

.link{ 
    width: 50px; 
    height: 56px; 
    position: relative; 
    border-radius: 10px; 
    border: none; outline: 
    none; background-color: 
    white; 
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5; 
    color: white;
    margin: 0px;
}

footer {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5; 
    color: white;
    margin: 0px;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: gray;
color: white;
text-align: center;
}
