body {
    margin: 10;

    background: linear-gradient(
        115deg,
        #000000 30%,
        #111111 45%,
        #3a0010 65%,
        #D60032 100%
    );

    color: white;
    min-height: 100vh;
}

h1 {
    font-family: 'Another Shabby', sans-serif;
    font-size: 4rem;
    text-align: center;
    color: #ffffff;
}

@font-face {
    font-family: 'Another Shabby';
    src: url('Anothershabby_trial.ttf') format('opentype');
}

h2 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #ffffff;
    padding: 0 50px;
}

h3 {
    font-family: 'lovelo line';
    font-size: 4rem;
    text-aline: center;
    color: #ffffff;
}

@font-face {
    font-family: 'lovelo line';
    src: url('Lovelo_Line_Light.ttf') format('opentyp');
}

.coming-soon {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.construction-img {
    max-width: 420px;
    width: 80%;
    height: auto;
}

.contact-title a {
    color: #D60032;
}