@font-face {
    font-family: "fleurdeleah";
    src: url("../assets/fonts/FleurDeLeah-Regular.ttf");
}

body {
    background-color: rgb(210, 255, 155);
    color: rgb(67, 90, 38);
    display: flex;
    justify-content: center;
    align-items: center;
}

#container {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 400px;
    width: 800px;
    border: 16px solid transparent;
    border-image: url("../assets/images/homeborder.png") 16 round;
}

h1 {
    font-family: "fleurdeleah";
    text-shadow: 0px 0px 10px rgb(240, 196, 3);
    font-size: 2.5em;
    margin-bottom: 0px;
}

nav ul, nav li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul {
    display: flex;
    width: 600px;
    justify-content: space-around;
}

.content {
    display: flex;
    justify-content: space-around;
}

.aboutme {
    width: 200px;
}

#sun {
    position: relative;
    bottom: 380px;
    left: 413px
}

#moon {
    position: relative;
    bottom: 30px;
    right: 413px
}

#quote {
    font-family: "fleurdeleah";
    font-size: 1.5em;
    margin: 10px;
}