body {
    margin: 0;
    font-family: 'Titillium Web', sans-serif;
    max-height: 3100px;
    min-width: 375px;
}

.main-bg-color {
    background-color: black;
}

.img-fit-contain {
    object-fit: contain;
}

.footer-text {
    font-size: 12px;
}

.hero {
    height: 90vh;
}

.block-width {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.nav-width {
    max-width: 1100px;
}

.contact-width {
    max-width: 680px;
}

.input {
    background-color: black;
}

.footer {
    background-repeat: no-repeat;
    background-image: url("../img/background/hero.png");
    min-height: 100px;
    background-position: top 10% left 50%;
}

.contact-form {
    padding: 12px;
    backdrop-filter: blur(46px);
}

.test {
    width: 220px;
    height: 220px;
    transform: rotate(-45deg);
    flex-shrink: 0;
    top: 120px;
    left: 390px;
    border-radius: 110px;
    background: #6DECF4;
    filter: blur(4px);
    opacity: 0.2;
}