
.Body{
    margin: 0;
}
.Flexbox-Contenedor{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: url("../images/4850037.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.Flexbox-Contenedor *{
    margin: 0;
    padding:0;
}
.Flexbox-Contenedor img{
    width: 30vh;
    height: 25vh;
    border-radius: 5%;
}
.Flexbox-Contenedor p{
    font-size: 30px;
    font-weight: bolder;
    color:#4b5769;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Abel', sans-serif;

}
.Flexbox-Contenedor .Contenedor-p-comming{
    margin-top: 5vh;
}
.Flexbox-Contenedor .Contenedor-p-soon{
    margin-top: 2vh;
    margin-left: 5vh;
    margin-right: 5vh;
    font-size: 45px;
    color: #4b5769;
}