* {
    margin: 0;
    padding: 0;
}

.mt-6 {
    margin-top: 70px;
}

.mb-6 {
    margin-bottom: 70px;
}

.mcr-3 {
    margin-right: 30px;
}

.mcr-4 {
    margin-right: 40px;
}

.pt-6 {
    padding-top: 70px;
}

.pb-6 {
    padding-bottom: 70px;
}

.a {
    text-decoration: none;
}

.anone {
    color: inherit;
    text-decoration: inherit;
}

.w-100p {
    width: 100px;
}

.centerEverything {
    align-items: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
}

.margin-auto {
    margin: auto;
}

.ft-100 {
    font-size:80px;
}

.ft-50 {
    font-size: 50px;
}

.fw-800 {
    font-weight: 800;
}

.fw-700 {
    font-weight: 700;
}

.vw-100 {
    width: 100vw;
}

.vh-100 {
    height: 100vh;;
}

.vh-90 {
    height: 90vh;
}

.image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.flex {
    display: flex;
}
