

body{
    width: 100vw;
    height: 100vh;
   background-color: black;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   overflow: hidden;

}



p{
    display: inline-block;
    color:#d7caaa;
    font-size: 2em;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    text-align: center;
    width: 80%;

}