@import "../../global_styles.css";

#whoami {
    color: white;
    width: 40%;
    margin: auto;
    margin-top: 2em;
}

p {
    margin-top: 2em;
    font-size: 1vw;
}

li{
    margin-left: 2em;
    font-size: 1vw;
}

span {
    font-size: 1vw;
}

.contact-links {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.contact-links:hover {
    text-decoration: underline;
}


@media (max-width: 700px){
    #whoami {
        width:80%;
    }
}

@media (max-width: 360px) {
    p {
        font-size: 4vw;
    }

    span, li {
        font-size: 4vw;
    }
}