body{
    margin:0;
}
.fgbd{
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    background: #212825;
    flex-direction: column;
    align-items: center;
}
.fgbd h1{
    font-size: 7em;
    font-family: sans-serif;
    color:white;
    margin-bottom: 5px;
}
.fgbd p{
    font-family: sans-serif;
    margin-top:0;
    font-size: 2em;
    color:white;
    font-weight: 300;
}