@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200;300;400&display=swap');
body {
    margin: 0px;
    font-family: 'Roboto Mono', monospace;
}

h1 {
    font-family: 'Roboto Mono', monospace;
}

h1:nth-child(1) {
    font-size: xx-large;
}

h1:nth-child(2) {
    font-size: medium;
}

#img {
    border-radius: 50%;
    box-shadow: 5px 11px 19px 6px rgba(0, 0, 0, 0.25);
}

img {
    cursor: pointer;
}

.span-social {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.icone>img {
    width: 30px;
    margin: 0px 20px;
}