body {
    background: #080808
}

.main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-family: "Aldrich", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 70%;
}

img {
    width: 100px;
}

p {
    letter-spacing: 2px;
}

span {
    color: #b2962b;
}

@media(max-width: 767px) {
    .main {
        width: 95%;
    }
    h1 {
        font-size: 22px;
    }
    img {
        width: 85px;
    }
}