body {
    width: 44.3vh;
    height: 100vh;
    background-color: rgba(245, 247, 255);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}
header {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

main {
    height: 40%;
    margin-left: 10%;
}

main p {
    width: 90%;  
    text-align: center;
}

footer{
    height: 40px;
    border-radius: 21px;
    background-color: rgba(44, 20, 221);
    border: 1px solid rgba(44, 20, 221);
    display: flex;
    justify-content: center;
    align-items: center;
}

a {
    color: white;
    text-decoration: none;
}