body {
    min-height: 100vh;
    font-size: 1.1rem;
    padding: 2vw;
}

h1 {

    color: rgb(51, 110, 36);
    font-family: 'Love Ya Like A Sister', cursive;
    font-weight: bold;
    font-style: normal;
}

h3 {
    color: rgb(51, 110, 36);
    font-family: 'Love Ya Like A Sister', cursive;
    font-weight: 400;
    font-style: normal;
}

.imagenBanco {
    width: 450px;
    box-shadow: 0 0 10px rgb(51 110 36);
    border-radius: 8px;
}

.imagenCS {
    width: 100px;
}

.portada {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 98vh;
}