body {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.87);
    background-color: #005252;
}

#app {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#description{
    width:100%;
    text-align: center;
    font-family: Garamond, serif;
}

#description p{
    display:flex;
    justify-content: center;
    /* width: 50em; */
}

#footer{
    height: 2%;
}