
body {
    background-color: #000;
    background-image: url(https://ccvfloresta.com/images/fundo-encerramento.jpg);
    padding: 0;
    margin: 0;
    width: 500px;
    height: 450px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.container {
    padding: 80px 50px 0 50px;
    margin: auto;
    width: 100%;
    color: #FFF;
    font-size: 15px;
}

h1 {
    color: #ffe009;
    font-family: 'Alfa Slab One';
    text-transform: uppercase;
    font-size: 30px;
    font-weight: normal;
}