html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.info-container {
    display: flex;
    flex-direction: column; 
    justify-content: space-evenly;
    align-items: center;
    width:50%;
    height: fit-content;
    padding: 20px 40px 40px;
    border: 1px solid #808080;
}
header{
    padding-top:15;
}
.title{
    font-weight: bold;
    padding: 20px;
}
.content{
    text-transform: uppercase;
text-align: center
}

footer {
    font-size: 14px;
    padding-bottom:15px;
    font-weight: bold;

}
footer a {
    text-decoration: none;
    color: black;
}

footer a:hover {
    color: red;
}



header{
    padding-top: 15px;
}