main {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-self: center;
    font-family: Inter;
    padding-top: 40px;
}

main p{
    font-family: Inter;
    width: 800px;
    font-size: 25px;
    font-weight: 600;
    margin: 50px auto;
}
main h1{
    text-align: left;
    font-size: 40px;
    font-weight: 800;
}

.options h1 {
    font-family: Inter;
    font-size: 35px;
    font-weight: 800;
    text-align: center;

}
.options{
    margin: auto;
    margin-top: 55px;
    width: fit-content;
    display: flex;
 
}
.options div{
    width: 350px;
}
.first{
    margin-right: 100px;
}
.options img{
    width: 80%;
    border: 1px solid #3A9D61;
    border-radius: 20px;
    margin: 20px 10%;
}
.options button{
    padding: 12px;
    margin: auto;
    margin-left: 10%;
    width: 80%;
    font-size: 18px;
    text-decoration: none;
    background-color: #3A9D61;
    border-radius: 17px;
    color: white;
    font-weight: 600;
    transition: 0.5s;
    border: none
}
.options button:hover{
    scale: 1.04;
}
button{
    border: none
}

@media (max-width: 700px){
    main h1{
        font-size: 8vw;
        text-align: center !important;
    }
    main p{
        width: 100%;
        font-size: 4vw;
        margin: 5vw auto
    }
    main{
        width: 80vw;
        margin: auto;
    }
    main *{
        width: 100%;
        text-align: center;
    }
    .options{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        
    }
    .techpack{
        margin: 30px 0 !important;
        width: 80vw !important;
    }    
    .options button{
        width: 80%;
        margin: auto;
        font-size: 4vw;
        padding: 2.5vw 0;
        border-radius: 3.1vw;

    }

    .vorstellung{
        margin-left: 0; 
    }
    .vorstellung section{
        width: 75vw !important;
    }


}
@media (min-width: 700px) {
    main>h1{
        margin: 50px auto 0 auto;
        width: 800px;
    }
    .back{
        position: absolute;
        right: 20px;
        top: 35px
    }
}


footer{
    margin-top: 100px !important;
}
  