body {
    overflow: hidden;
    width: 95%;
    margin: auto;
    text-align: center;
}

.maintitle {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: white;
    border: 1px black;
}

.mainpage {
    background: rgb(43, 43, 43);
    border-radius: 10%;
    width: 95%;
    max-width: 550px;
    opacity: 0.9;
}

.mainlogo {
    width: 25%;
    border-radius: 50%
}

.field {
    font-size: 1em;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    border-radius: 0.5rem;
    color: white;
    background-color: rgba(20, 20, 23, 0.36);
    width: 80%;
    border: 1px;
    height: 3.375rem;
    padding: 0px 1.18125rem;
    line-height: 3.375rem;
}

.button {
    display: inline-flex;
    width: 80%;
    height: 3.875rem;
    line-height: 3.875rem;
    padding: 0px 1.9375rem;
    font-size: 1em;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    border-radius: 0.5rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
    background-color: rgb(118, 98, 196);
    color: rgb(255, 255, 255);
    background-image: linear-gradient(142deg,
    rgba(221, 136, 235, 0.45) 0%,
    rgba(118, 98, 196, 0.008) 58%);
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: cover;
    text-align: left;
}

@media screen and (min-width: 320px) {}



.section {
    background-image: linear-gradient(to bottom, transparent, #f2ff00),
    url("../img/pipes.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    height: 100%;
    width: 95%;
    position: absolute;
    top: 0;
    left: 0;

    justify-content: center;
    align-items: center;
    text-align: center;
}

.section.active {
    display: flex;
}







/* OLD */

/*
body {
    background-image: linear-gradient(to bottom, transparent, #f2ff00),
    url("../img/pipes.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    overflow: hidden;
    width: 95%;
    margin: auto;
    text-align: center;
}

.maintitle {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: white;
    border: 1px black;
}

.mainpage {
    background: rgb(43, 43, 43);
    border-radius: 10%;
    width: 95%;
    max-width: 550px
}

.mainlogo {
    width: 25%;
    border-radius: 50%
}

.field {
    font-size: 1em;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    border-radius: 0.5rem;
    color: white;
    background-color: rgba(20, 20, 23, 0.36);
    width: 80%;
    border: 1px;
    height: 3.375rem;
    padding: 0px 1.18125rem;
    line-height: 3.375rem;
}

.button {
    display: inline-flex;
    width: 80%;
    height: 3.875rem;
    line-height: 3.875rem;
    padding: 0px 1.9375rem;
    font-size: 1em;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    border-radius: 0.5rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
    background-color: rgb(118, 98, 196);
    color: rgb(255, 255, 255);
    background-image: linear-gradient(142deg,
    rgba(221, 136, 235, 0.45) 0%,
    rgba(118, 98, 196, 0.008) 58%);
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: cover;
    text-align: left;
}

@media screen and (min-width: 320px) {}


 */