body {
    margin: 0px;
    font-family: "Montserrat", sans-serif;
}
header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #021826;
    color: white;
}
a {
    text-decoration: none;
    color: #2EBF61;
    font-size: 20px;
    margin:5vh;
    font-family: "Comfortaa", sans-serif;
}
.img {
    width:50vw;
    max-width: 500px;
    margin:10px;
}
.mail {
    text-decoration: none;
    color: #2EBF61;
    font-size: 20px;
    margin:5vh;
    font-family: "Comfortaa", sans-serif;
}

@media screen and (max-width: 580px) and (min-width: 0px) {
    .img {
        width:80%;
    }
}