* {
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
}

body {
    background-color: #f6f6f6;
}

h1 {
    font-family: "ranchers", sans-serif;
    font-weight: 400;
    color: rgb(19, 19, 19);
    letter-spacing: 5px;
    word-spacing: 20px;
    font-size: 50px;
}

h2#project {
    color: #49a2b2;
}

h2#role {
    color: #5f9948;
}

h2#capyskill {
    color: #825499;
}

h2 {
    font-size: 2.074rem;
    font-family: "Ranchers", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    text-align: center;
    padding: 2%;
}

h3 {
    font-family: "Barrio", system-ui;
    font-weight: 400;
    text-align: center;
    color: #dcb682;
    text-shadow: #9c6a23 2px 2px 1px;
    letter-spacing: 5px;
    word-spacing: 20px;
    font-size: 40px;
}

small {
    font-size: 0.777rem;
}

strong {
    color: #3288ca;
}

ul {
    margin: 0 1.44em;
}

figcaption {
    width: 100%;
    text-align: center;
}

a {
    font-family: "Ranchers", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    text-decoration: none;
    text-align: center;
    padding: 20px 35px;
    font-size: 20px;
    color: #9c6a23;
}

a#proj:hover {
    color: #49a2b2;
    text-decoration: underline;
}

a#rol:hover {
    color: #5f9948;
    text-decoration: underline;
}

a#cap:hover {
    color: #825499;
    text-decoration: underline;
}

a#other:hover {
    color: #dcb682;
    text-decoration: underline;
}

img,
video {
    max-width: 100%;
    height: auto;
}

nav>ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding: 0 0 3%;
}

p {
    text-align: justify;
    padding: 2%;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 30px;
}

#team {
    text-align: center;
    line-height: 20px;
}

#bold {
    text-align: center;
    font-family: "Ranchers", sans-serif;
    font-size: 20px;
    padding: 0%;
    letter-spacing: 1px;
}

#description {
    background: #aee1ea;
    border-radius: 40px;
    padding: 20px;
    width: 100%;
}

#me {
    background: #aede9b;
    border-radius: 40px;
    padding: 20px;
    width: 100%;
}

#capy {
    background: #c3abcf;
    border-radius: 40px;
    padding: 20px;
    width: 100%;
}

#capys {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    column-gap: 50px;
    margin: 20px;
}

#pro {
    grid-template-columns: 1fr 1fr;
    display: grid;
    column-gap: 50px;
    margin: 20px;
}

#roles {
    grid-template-columns: 1fr 1fr;
    display: grid;
    column-gap: 50px;
    margin: 20px;
}

#logo {
    position: absolute;
    right: 2%;
    width: 15%;
}

#head {
    display: grid;
    grid-template-columns: 1fr 1fr;
}