* {
    box-sizing: border-box;
    padding: 0%;
    margin: 0%;
}
header {
    background-color: aqua;
    padding-bottom: 50px;
    font-weight: bold;
}
header h1 {
    display:inline-block;
    background-color: lightblue;
    padding-top: 15px;
    margin-right: 20px;
    padding-left: 20px;
    font-size: 50px;
}
nav h3{
    margin-right: 20px;
    float: right;
    font-size: 25px;
    text-decoration: underline;
    color: navy;
}
.description {
    display: block;
    background-color: aquamarine;
    text-align: right;
    padding: 100px 30px 0px 0px;
    font-size: 40px;
    font-weight: bold;

}
main {
    background-color: pink;
}
aside {
    display: inline-flex;
    flex-direction: column;
    font-size: 40px;
    font-weight: bold;

}
#aside-about {
    border-right: solid blue;
    margin: 30px;
    line-height: 100px;
}
#aside-work {
    border-right: solid blue;
    margin: 30px;
    line-height: 300px;
    padding-top: 300px;
    padding-bottom: 300px;
}
#aside-contact {
    border-right: solid blue;
    margin: 30px;
    line-height: 100px;
    
}
.aboutme {
    word-wrap: break-word;
    font-size: 20px;
    text-align: left;
    position: relative;
    bottom: 1225px;
    left: 300px;
    
}
footer {
    background-color: pink;
    text-align: center;
    
}
footer span {
    text-decoration: underline;
    position: relative;
    bottom: 100px;
    margin: 30px;
    font-size: 30px;
}
.work1 {
    display:flex;
    position: relative;
    left: 300px;
    bottom: 1100px;
}

.work2 {
    display: flex;
    position: relative;
    left: 300px;
    bottom: 1075px;
}
.work3 {
    display: flex;
    position: relative;
    left: 300px;
    bottom: 1050px;
}
.work4 {
    display: flex;
    position: relative;
    left: 825px;
    bottom: 1475px;
}
.work4 {
    display: flex;
    position: relative;
    left: 825px;
    bottom: 1475px;
}
.work5 {
    display: flex;
    position: relative;
    left: 825px;
    bottom: 1450px;
}
footer {
    display: flex;
    position: relative;
    left: 300px;
    bottom: 1300px;
    margin: 0%;
}
.work1:hover {
    opacity: .5;
}
.work2:hover {
    opacity: .5;
}
.work3:hover {
    opacity: .5;
}
.work4:hover {
    opacity: .5;
}
.work5:hover {
    opacity: .5;
}
body{ 
    overflow-x :hidden; 
    } 
@media only screen and (max-width: 768px) {

        body * {
           flex-direction: column;
}
    
        p {
        flex-basis: 0 10;
}