body {
    background: #ffffff;
    margin: 0;
}
.conteiner {
    width: 100%;
    margin: 0 auto;
    background: FFF;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header {
    padding: 45px 0 20px 40px;
    width: 100%;
    height: 20px;
    background: #fef0d5;
    color: #f7f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu {
    padding: 6px 0 6% 40px;
    width: 100%;
    background: hsl(231, 40%, 52%);
    color: #faf9f9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu a {
    text-decoration: none;
    color: #f2f1f2;
    font-size: 20px;
    padding: 0 100px;
    font-style: italic;
    font-family: Helvetica, sans-serif;
    font-weight: thin;

    }


.header a {
    text-decoration: none;
    color: #64638a;
    font-size: 30px;
    padding: 0 100px;
}
.menu a:hover {
    color: #faf6f6;
    text-decoration: underline;
    font-size: 5px;
    padding: 0 100px;
}
aside h1 {
    padding: 30 0 0 40px;
    width: 100%;
    height: 100%;
    color: #5001fa;
    display: flex;
    justify-content: right;
    float: right;
    ;
}

footer {
    padding: 20px 0 0 40px;
    width: 100%;
    height: 100%;
    background: #fef0d5;
    color: #060000;
    display: flex;
    justify-content: right;
    align-items: right;

}
footer a {
    text-decoration: none;
    color: #f2f1f2;
    font-size: 20px;
    padding: 0 100px;
    font-style: italic;
    font-family: Helvetica, sans-serif;
    font-weight: thin;

}
#home-image {
    width: 100%;
    
}
#about-page #home-image {
    width: 70%;
    float: left;
}
#about-page #profile-info {
    
    float: right;
    width: 20%;
    margin: 5px;
}
#about-page .description {
   clear: both;
}
#about-page .description h1 {
    padding: 30 0 0 40px;
    width: 100%;
    height: 100%;
    color: #5001fa;
    display: flex;
    justify-content: left;
    float: center;
    ;
}
#contact-page #label {
    width: 100%;
    float: center;
}
#contact-page #footer {
    width: 100%;
    height: 100%;
    background: #fef0d5;
    color: #060000;
    display: flex;
    float: bottom;
}
#contact #form #submit {
    width: 100%;
    float: center;
    margin: 5px;
}
#contact #form {
    width: 500px;
    padding: 10px 10px 10px 10px;
    box-shadow: 0px 9px 13px 5px;
    border-radius: 5px;
    margin: 0 auto;
}