body {
    /* background-color: #100E18; */
    margin: 0px;
}

.cuerpo {
    width: 100vw;
    height: 100vh;
    background: url("../media/prism.png");

}

.contenedor {
    top: 5vh;
    position: relative;
    border-radius: 3%;
    width: 50%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.4);

}

.imagen {
    margin: 2% auto;
    width: 50%;
    height: auto;
    margin-left: 25%;

    border-radius: 50%;
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, .15);
}

.contenedor h4,
.contenedor h1 {
    text-align: center;
    /* color: #e5e5e5; */
    font-family: 'Roboto Mono', monospace;
    margin: 2% auto;
}
