body {  
    background-color: rgb(35, 34, 41);
}

#container p, h1, h2, h3, h4, h5, h6 {
    font-family: Verdana;
    color: #cdd6f4;
}

p {
    font-family: Verdana;
    color: #cdd6f4;
    font-size: 15px;
}

#container h1 {
    color: #a6e3a1;
}

#page {
    display: flex;
    background-color: #181825;
    background-image: url("twinkle.png");
    background-size: 64px;
    image-rendering: crisp-edges;
    width: 100vw;
    height: 95vh;
    justify-content: center;
    align-items: center;
}

#content {
    display: flex;
    align-items: center;
    flex-direction: column;

}

#navigation {
    display: flex;
    flex-direction: row;
    width:15vw;
    line-height: 0;
    height:80vh;
    background: #1e1e2e;
    position: relative;
    margin-left: auto;
    margin-right: 32px;
    align-items: flex-start;
    flex-flow: wrap;
    justify-content: center;
    border: 3px double #cba6f7;
    
    
}

#navigation img, a {
    width: 200px;
    margin: 0;
}

#navigation ul {
    list-style: none;
    width: 150px;
    align-items: center;
    margin:auto;

}

#navigation li {
    margin-left: 0;
}


#container {
    background: #1e1e2e;
    background-image: url("thoughts.png");
    background-size: cover;
    background-position: center center;
    display: flex;
    position: relative;
    margin-right: 21vw;
    padding-inline: 12px;
    justify-content: center;
    width:45vw;
    height:70vh;

    border: 3px double #cba6f7;
}

