* {
    boder: 1px solid black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: wheat;
}

body {
    margin: 0;
    padding: 0;
    display: grid;
    
}

header {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 10vh;
}

.headerelements {list-style-type: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
    width: 100%;
}

.return {
    margin: auto;
    padding: 1vw;
    font-size: 1.2vw;
    color: #a05b67;
    font-weight: bold;
    text-decoration: none;
        
}

a {
    padding: 0;
}

p {
    margin: auto;
    font-size: 1.6vw;
    /*color: #a05b67;*/
    font-family: Boho;
    text-align: justify;
}

h1{
    font-size: 3vw;
    /*color: #eaa77d;*/
    color: #a05b67;
    text-align: center;
    margin: 0.2vw;
}

.description {width: 81.5%; 
    text-align: justify; 
    font-size: 1.2vw;
    padding: 0vw;
}

.pancakes {height: 100vh;
    display: block;
    position: fixed;
    width: 47vw;
    margin: 0;
    margin-left: 53vw;

}

img {
    margin: 0;
}

.everything-else {
    width: 53vw;
    margin: 0;
    margin-right: 47vw;
    
}

.preparation {
    margin-right: 1.5vw;
    margin-top: 1.2vw;
    text-align: right;
    color: white;
}

.recipe {
    margin: 2vw;
    gap: 10vh;
}

h3 {
    text-align: center;
    color: #a05b67;
    font-size: 2.5vw;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h2 {
    color: #a05b67;
    font-size: 3vw;

}

@font-face {
    font-family: 'Boho';
    src: url('fonts\Boho.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fatone Script';
    src: url('fonts\Fatone Script.otf');
    font-weight: normal;
    font-style: normal;
}

@media (max-width: 700px) {

.pancakes {
    height: 60vh;
    display: block;
    position:relative;
    width: 100%;
    margin: 0;
    order: 0;
 }

.everything-else {
    width: 100%;
    margin: 0;
    order: 1;
    }

.return {
    margin: auto;
    padding: 1vw;
    font-size: 2.5vw;
    color: #a05b67;
    font-weight: bold;
    text-decoration: none;
        
}

a {
    padding: 0;
}

p {
    margin: auto;
    font-size: 1.3vw;
    /*color: #a05b67;*/
    font-family: Boho;
    text-align: justify;
}

h1{
    font-size: 4vw;
    /*color: #eaa77d;*/
    color: #a05b67;
    text-align: center;
    margin: 0.2vw;
}

.description {width: 81.5%; 
    text-align: justify; 
    font-size: 2.6vw;
    padding: 0vw;
}

.preparation {
    margin-right: 1.5vw;
    margin-top: 1.2vw;
    text-align: right;
    color: white;
    font-size: 4vw;
}

.recipe {
    margin: 2vw;
    gap: 10vh;
}

h3 {
    text-align: center;
    color: #a05b67;
    font-size: 3vw;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

li {
    font-size: 2.5vw;
}

.steps {
    font-size: 2.7vw;
}
}