body {
    background-color: #121212;
    color: white;
    font-family: sans-serif;
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    max-width: 1200px;
}

.logo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 50px;
}


.tagline-section {
    text-align: left;
}

.tagline {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    line-height: 1.5;
    font-size: 36px;
    margin-bottom: 40px;
}


.logo-bottom {
    position: relative;
    top: -20px;
}