* {
    padding: 0;
    margin: 0;
}

body {
    background-color: darkslateblue;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1{
    margin-top: 80px;
}

div{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
}

h2{
    text-align: left;
    width: 100%;
}

#me{
    justify-content: right;
    align-items: end;
}

img{
    width: 500px;
    margin-bottom: 100px;
    margin-top: 50px;
}

a{
    margin-top: 50px;
    margin-left: 50px;
    margin-bottom: 100px;
    color: darkcyan;
    text-decoration: none;
}

#not{
    margin-bottom: 0;
}

#imgspe{
    margin-top: 5px;
}

#big{
    font-size: 45px;
    margin-bottom: 0;
    color: black;
    font-weight: bold;
}

#spe{
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 600px){
    img{
        width: 200px;
    }
}

p{
    width: 700px;
}
