
.icon {
    height : 75px;
} header {
    top : 0px;
    left : 0px;

    z-index : -1;

    background : url("/Pythony/Public/Images/Backgrounds/Header.jpg") center;
    background-size : cover;
} aside {
    max-width : 75%;
    min-height : 50%;

    background-color : rgba(255, 255, 255, 0.75);
} .section {
    margin-top : 100vh;
} textarea {
    resize : none;
}
