body {
    width: 100%;
    margin: 0 auto;
    background: #37271A;
    font-family: sans-serif;
    color: #fff;
    padding: 50px 0;
}

.body-bg {
    background: url(../img/bg.jpg)no-repeat center center;
    background-size: cover;
}

.container {
    width: 100%;
    height: 80vh;
    margin: 0 auto;
    text-align: center;
}

h1 {
    filter: drop-shadow(3px 3px 3px #080808);
}

.container img {
    width: 40%;
    filter: drop-shadow(3px 3px 3px #080808);
}

.redes-sociais {
    padding-bottom: 50px;
}

.redes-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
}

.redes-icons li a {
    color: #fff;
    font-size: 2rem;
    transition: color 0.3s;
}

.redes-icons li a:hover {
    color: #FFA500;
}