body {
    background-color: #CB2318;
    height: 100vh;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

main {
    width: 100%;
    max-width: 1200px;
}

.logo-container {
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}

.logo-container img {
    width: 100%;
}

h1 {
    font-size: 48px;
    text-align: center;
    color: #fff;
}
#socials a {
 display: inline-block;
 color: #fff;
 margin: 10px 10px 10px 10px;
}
address {
font-size: 36px;
color: #fff;
text-align: center;
}