
header {
    text-align: center;
}

.sections {
    display:block;
    text-align: center;
    font-size: larger;
}

.sectiontitle {
    background-color: #efc6de;
    border: 3px solid #d09ebb;

    width: 250px;
    height: 50px;
    margin: 5px auto 25px auto;

    display:flex;
    justify-content: center;
    align-items: center;
    
}

#homepage .sections .variation {
    font-size: 17px;

    background-color:#efc6de;
    border: 3px solid #ffed66;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 25px;
    margin: auto auto auto auto;

    text-decoration: none;
    color: black;

    transition: all 0.3s ease;
    
}

#homepage .sections .variation:hover {
    color:white;
}


#homepage .poemname {
    font-size:20px;
    font-weight: 100;
}

#homepage h4 {
    font-size: larger;
}

#homepage nav {
    position: fixed;
    bottom: 0;
    left: 0px;
    right: 0px;

    background-color: #efc6de;
    display: grid;
    grid-template-columns: 1fr;
    height: 25px;
}

#homepage nav a {
    color: #ffed66;

    transition: all 0.3s ease;
}

#homepage nav a:hover {
    color: purple;
}

.poeminfo {
    position: fixed;
    bottom:705px;
    left: 0px;
    right: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px 20px;
    
    background-color: #efc6de;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
    height: 20px;

    color: #ffed66;
    font-size: 12px;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: normal;
    font-weight: normal;
    line-height: normal;

    transition: all 0.3s ease;
}

.poeminfo:hover {
    color: purple;
}

.main {
    margin-top: 35px;
    margin-bottom: 35px;
}


nav {
    position: fixed;
    bottom: 0;
    left: 0px;
    right: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-top: 2px;;
    

    background-color: #efc6de;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

}

nav a {
    text-decoration: none;
    color: #ffed66;
    font-size: 15px;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: normal;
    font-weight: normal;
    line-height: normal;

    transition: all 0.3s ease;
}

nav p {
    margin:0;
    padding-right: 15px;

    color: #ffed66;
    font-size: 15px;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: normal;
    font-weight: normal;
    line-height: normal;

    text-align: right;

    transition: all 0.3s ease;
}

nav p:hover {
    color: darkred;
}

nav a:hover {
    color: purple;
}

a.prev {
    text-align: left;
}

a.home {
    text-align: center;
}
a.next {
    text-align: right;
}
