
@font-face {
  font-family: 'daydream';
  src: url('../../fonts/Daydream.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'soda';
  src: url('../../fonts/KiwiSoda.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}








body {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.topnav {
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: rgb(229, 148, 148);
    padding: 0;
    margin: 0;
}

.content {
    display: flex;
    flex: 20;
    background-color: rgb(255, 255, 255);
    margin: 0px;
}

.yearcurrent {
    text-align: center;
    margin-top: 15px;
    font-family: soda;
    font-size: 25px;
    

}

.yearsnav {
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: -30px;
    gap: 80rem;
    font-family: soda;

}

.months {
    display: flex;
    flex-direction: row;
    margin-top: 5px;
    font-size: 15px;
    justify-content: center;
    gap: 5%;
    padding: 0%;
    letter-spacing: 5px;
    margin-top: 8px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.back {
    position: absolute;
}

/* Remove default heading/paragraph spacing inside the top nav */
.topnav h1,
.yearsnav h1 {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.months p {
    margin: 0;
    padding: 0;
}