body {
    background-color: #36312b;
    color: rgb(214, 128, 14);
    height: 100%;
}

h1 {
    font-size: 50px;
}

p{
    font-size: 30px;
}

.flex-container{
    margin: 50px auto;
    text-align: center;
}