body {
    margin: 0;
    padding: 0;
    background-color: #1D2D4F;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: 'Geist', sans-serif;
}

.container {
    text-align: center;
    color: #F2AC3B;
}

h1 {
    font-weight: 400;
    font-size: 45px;
    margin-bottom: 100px;
}

svg {
    fill: #F2AC3B;
}
