
*{
    margin: 0;
    padding: 0;
}
html{
    height: 100%;
}
body{
    height: 100%;
    background-image: url(./bilder/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; 
    background-position: center;

    display: flex;
    justify-content: center;
    align-items: center;
}





/* VORLAGE */
.glass-container{
    height: 520px;
    width: 350px;
    padding: 30px 50px;
    border-radius: 50px;
    background-color: rgb(235, 212, 184);
    color: rgb(0, 0, 0);
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    font-family: poppins, sans-serif;
    font-size: 18px;
    text-align: justify;
    line-height: 185%;

    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255, 255, 255, 0.178);
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 3px 3px 3px rgba(255, 254, 254, 0.082);
}
.glass-container a {
    background-color: blueviolet;
    color: white;
    text-decoration: none;
    padding: 5px;
    border: 1px solid black;
}




/* START */
.glass-start {
    height: 520px;
    width: 610px;
    padding: 30px 50px;
    border-radius: 50px;
    color: white;
    text-decoration: none;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    font-family: poppins, sans-serif;
    font-size: 18px;
    text-align: justify;
    line-height: 100%;
}
.glass-start a {
    background-color: blueviolet;
    color: white;
    text-decoration: none;
    padding: 5px;
    border: 1px solid black;
}



/* ZU UNS */
.glass-zuuns{
    height: 720px;
    width: 550px;
    padding: 30px 50px;
    border-radius: 50px;
    background-color: rgb(235, 212, 184);
    color: rgb(0, 0, 0);
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    font-family: poppins, sans-serif;
    font-size: 18px;
    text-align: justify;
    line-height: 185%;

    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255, 255, 255, 0.178);
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 3px 3px 3px rgba(255, 254, 254, 0.082);
}
.glass-zuuns a {
    background-color: blueviolet;
    color: white;
    text-decoration: none;
    padding: 5px;
    border: 1px solid black;
}




/* KOLLEKTIV */
.glass-kollektiv{
    height: 1350px;
    width: 850px;
    padding: 30px 50px;
    border-radius: 50px;
    background-color: rgb(235, 212, 184);
    color: rgb(0, 0, 0);
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    font-family: poppins, sans-serif;
    font-size: 18px;
    text-align: justify;
    line-height: 185%;

}
.glass-kollektiv a {
    background-color: blueviolet;
    color: white;
    text-decoration: none;
    padding: 5px;
    border: 1px solid black;
}


/* SYNDIKAT */
.glass-syndikat{
    height: 520px;
    width: 350px;
    padding: 30px 50px;
    border-radius: 50px;
    background-color: rgb(235, 212, 184);
    color: rgb(0, 0, 0);
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    font-family: poppins, sans-serif;
    font-size: 18px;
    text-align: justify;
    line-height: 185%;

}
.glass-syndikat a {
    background-color: blueviolet;
    color: white;
    text-decoration: none;
    padding: 5px;
    border: 1px solid black;
}



/* MEDELLIN */
.glass-medellin{
    height: 3000px;
    width: 550px;
    padding: 30px 50px;
    border-radius: 50px;
    background-color: rgb(235, 212, 184);
    color: rgb(0, 0, 0);
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    font-family: poppins, sans-serif;
    font-size: 18px;
    text-align: justify;
    line-height: 185%;

}
.glass-medellin a {
    background-color: blueviolet;
    color: white;
    text-decoration: none;
    padding: 5px;
    border: 1px solid black;
}



/* VIDEOS */
.glass-videos{
    height: 1400px;
    width: 800px;
    padding: 30px 50px;
    border-radius: 50px;
    background-color: rgb(235, 212, 184);
    color: rgb(0, 0, 0);
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    font-family: poppins, sans-serif;
    font-size: 18px;
    text-align: justify;
    line-height: 185%;

    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255, 255, 255, 0.178);
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 3px 3px 3px rgba(255, 254, 254, 0.082);
}
.glass-videos a {
    background-color: blueviolet;
    color: white;
    text-decoration: none;
    padding: 5px;
    border: 1px solid black;
}



/* BILDER */
.glass-bilder{
    height: 4700px;
    width: 1150px;
    padding: 30px 50px;
    border-radius: 50px;
    background-color: rgb(235, 212, 184);
    color: rgb(0, 0, 0);
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    font-family: poppins, sans-serif;
    font-size: 18px;
    text-align: justify;
    line-height: 185%;

    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255, 255, 255, 0.178);
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 3px 3px 3px rgba(255, 254, 254, 0.082);
}
.glass-bilder a {
    background-color: blueviolet;
    color: white;
    text-decoration: none;
    padding: 5px;
    border: 1px solid black;
}



/* MOONLIGHT V */
.glass-moonlightv{
    height: 720px;
    width: 550px;
    padding: 30px 50px;
    border-radius: 50px;
    background-color: rgb(235, 212, 184);
    color: rgb(0, 0, 0);
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    font-family: poppins, sans-serif;
    font-size: 18px;
    text-align: justify;
    line-height: 185%;

    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255, 255, 255, 0.178);
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 3px 3px 3px rgba(255, 254, 254, 0.082);
}
.glass-moonlightv a {
    background-color: blueviolet;
    color: white;
    text-decoration: none;
    padding: 5px;
    border: 1px solid black;
}




/* BOTTENS */
.glass-container a:hover {
    background-color: rgb(153, 77, 224);     
}
h1{
    margin: 30px;

}