body{
    margin: 0;
    padding: 0;
}

#container{
    height: 100vh;
    background: rgb(255,251,248);
    background: -moz-linear-gradient(45deg, rgba(255,251,248,1) 0%, rgba(237,223,213,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,251,248,1) 0%, rgba(237,223,213,1) 100%);
    background: linear-gradient(45deg, rgba(255,251,248,1) 0%, rgba(237,223,213,1) 100%);
    padding: 10px;
}

/*CORE BASE COLOR #fffbf8*/

#logo_main{
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: block;
    filter: invert(17%) sepia(15%) saturate(698%) hue-rotate(4deg) brightness(102%) contrast(89%);
}

section p{
text-align: center;
    
}
