body {
    font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif;
    background-color: black;
    color: orange;
}

.l-wrapper {
    text-align: center;
}

.main-logo-container {
    height: calc(32vh - 2rem);
    padding: 1rem;
}

.main-logo-container img {
    max-height: 80%;
    width: auto;
    max-width: 90vw;
}

.ar-button {
    text-align: center;
    width: auto;
    width: 100%;
    max-width: 300px;
    padding: 1rem;
}

.icon {
    width: 96vw;
    height: 68vh;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    align-self: center;
    margin-left: 2vw;
    margin-right: 2vw;
    margin-top: 2vh;
    margin-bottom: 30vh;
    /* max-width: 350px; */
    text-decoration: none;
}

.about-wrapper {
    padding: 0 1rem 0 1rem;
}

a {
    text-decoration: underline;
    color: orange;
}

a:hover {
    color: rgb(177, 115, 0);
}

.helper {
    position: absolute;
    width: 100vw;
    bottom: 30px;
    text-align: center;
    color: orange;
}

.icon-ar {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    margin: auto;
    align-self: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .ar-button {
        text-align: center;
        width: auto;
        width: 100%;
        max-width: 100%;
        padding: 0rem;
    }
    .logo-card {
        padding: 0;
        max-height: 60%;
        height: 100%;
        width: 100%;
        text-align: center;
    }
}