body {
    background-image: url(../assets/images/fondos.png);
    background-size: cover;
    background-size: no-repeat;
    background-position: center;
}

.content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.section, p {
    height: 50px;
    color: white;
    font-size: 17px;
    margin: 0 0;
}

.img {
    width: 300px;
    height: 300px;
    border-radius: 100px;
    display: block;
    margin: 50 auto;
}

h1 {
    color: white;
    font-size: 40px;
    margin: 5px 0;
}

h2 {
    color: white;
    font-size: 30px;
    margin: 50px 0;
}

p {
    height: 50px;
    color: white;
    font-size: 17px;
    margin: 0 0;
}



