@font-face {
    font-family: 'coffeecake';
    src: url('https://file.garden/aRqRGlq03w1dQXZQ/kenochoricgardens.neocities/fonts/CoffeCake.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
html{
    margin-left: 100px;
    margin-right: 100px; 
}
header{
    text-align: center;
    padding: 10px;
    margin: auto;
    width:50%;
}
p{
    color: #fbe1ca;
}
body {
    background-image: url(https://file.garden/aRqRGlq03w1dQXZQ/kenochoricgardens.neocities/Forest.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size:cover;
}

nav{
    background-color: #33335f;    
    border:5px #9181ed solid;
    border-radius: 20px; 
    padding: 16px;
    margin-bottom: 10px;
    display:flex;
    justify-content:space-evenly;
    flex-direction: row;
    font-family: "coffeecake";
    font-size: 30px;
} 
.wrapper{
    display:flex;
    flex-direction: row;
    justify-content:space-around;
}
.column-left{
    background-color: #33335f;    
    padding: 15px;
    display:flex;
    justify-content:space-evenly;
    flex-direction: column;
    width: 25%;
}
.column-middle{
    padding: 15px;
    display:flex;
    justify-content:space-evenly;
    flex-direction: column;
    width: 48%;
    margin-left: 1%; 
    margin-right: 1%;
}
.column-right{     
    padding: 15px;
    display:flex;
    justify-content:space-evenly;
    flex-direction: column;
    width: 25%;
}
.purple-outline{
    background-color: #33335f;    
    border:5px #9181ed solid;
    border-radius: 20px; 
}
.column-outline{
    border:5px #9181ed solid;
    background-color: #9D276A;
    border-radius: 20px; 
    border:5px #9181ed solid;
    border-radius: 20px; 
    padding: 10px;
    margin-bottom: 20px;
}

a{
    color: #b4fbdb; text-decoration: none;
}
a:hover{
    color:#A14CB7
}
h1{
    color: #b4fbdb;
    font-family: "coffeecake";
}
p{
    color:oklab(from color l a b);
}
h2{
    color:#f28896

}
#headspace-game{
height: 50%;
}
