#landing {
    min-height: 100vh;
    background-image: linear-gradient(86.59deg, #000000 6.45%, rgba(147, 146, 146, 0.447958) 85.63%, rgba(7, 7, 7, 0.279669) 109.77%, rgba(217, 217, 217, 0) 149.89%), url("../img/uberuns.png");
    background-size: cover;
    background-position: center;
    justify-content: start;
}

#main {
    display: block;
}

#more {
    display: block;
    background-color: #F8F5F5;
}

.downloads {
    font-size: 1.5rem;
    text-decoration: underline;
}

.more {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
}

.maupper {
    text-align: center;
}

.malower {
    padding: 5%;
}

.mogridpart {
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
}

h1.title1{
    position: relative;
    font-family: Oswald, sans-serif;
    font-weight: 450;
    background-color: #26B1FF;
    color: white;
    width: fit-content;
    text-align: left;
    top: 11rem;
    text-shadow: 0 1vw rgba(35, 139, 197, 0.76);
    font-size: clamp(5rem, 12vw, 10rem);
}