@font-face {
    font-family: tenderness;
    src: url(fonts/tenderness.otf);
}
html {
    scroll-behavior: smooth;
    margin-left: 15em;
    margin-right: 15em;
}
body {
    font-family: tenderness;
}
#logo {
    width: 30%;
}
#frontItems {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}
#frontText {
    font-size: 5em;
}
#nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#nav li {
    display: inline;
    margin: 0 5em 0 0;
}
#nav li a {
    style: none;
    text-decoration: none;
}

#nav li a:link {
    style: none
}

#nav li a:visited {
    style: none;
}

#nav li a:focus {
    style: none;
}

#nav li a:hover {
    text-decoration: underline;
}

#nav li a:active {
    color: #437a16;
}