body,
html {
    height: 100%;
    font-family: "Inconsolata", sans-serif;
}

.menu_link {
    display: inline-flex;
    margin-inline: 10%;
}

.main-window {
    background-color: #94efef;
    position: fixed;
    margin: auto;
    width: 100%;
}

.main-name {
    margin: 27%;
    color: rgb(255, 255, 255);
}

.presentation {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    background-image: url(ingridienser2.gif);
}

h1 {
    width: 100%;
    margin: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

.discribe {
    display: flex;
    background-color: azure;
}


.discribe2{
    display: flex;
    background-color: bisque;
    color: dodgerblue;
}

.discribe3 {
    display: flex;
    background-color: bisque;
    color: dodgerblue;
}

.discribe4 {
    display: flex;
    background-color: bisque;
    color: dodgerblue;
}

img{
    width: 50%;
    height: 50%;
}

.Kontakt {
    background-color: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.3);
    border-radius: 31px;
    width: 500px;
    height: 100%;
    margin-left: 200px;
    float:inline-end; 
    
}
.gmail {
    margin:auto;
    backdrop-filter: blur(20px);
    width: 100%;
    height: 100%;
    padding: 10px;
    
}
    
    