html {
    font-family: "Nunito";
    font-size: 15x;
    color: #211c1f;
    background-image: url(../images/MIDTERMBACKGROUND.gif);
    background-position: center;
    background-attachment: fixed;
}

.nunito-text {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200px;
  font-style: normal;
}

/* general page layout */
#maincontent{
    /* position:relative; */
    width: 1000px;
    height: 95vh;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 20px;
}

.header-text{
    text-align: center;
}

.sub-header-text{
    text-align: center;
}

.index-text{
    /* display: flex;
    position: absolute; */
    position: relative;
    text-align: center;
    font-family: "Nunito"
}

.header{
    text-align: left;
}




/* pics */
#img_start_here {
    position: relative;
    left: 450px;
    bottom: 100px;
}

#img_off_guard {
    position: relative;
    left: 410px;
    bottom: 150px;
}

#img_inyoursoul {
    position: relative;
    left: 480px;
    bottom: 100px;
}

#img_team {
    position: relative;
    left: 470px;
    bottom: 73px;
}

#img_hiddenpower{
    position: relative;
    left: 450px;
    bottom: 100px;
}

#img_respect{
    position: relative;
    left: 470px;
    bottom: 153px;
}

#img_light{
    position: relative;
    left: 400px;
    bottom: 130px;
}

#img_mind{
    position: relative;
    left: 400px;
    bottom: 5px;
}

#img_others{
    position: relative;
    left: 400px;
    bottom: 50px;
}

#img_yourself{
    position: relative;
    left: 400px;
    bottom: 50px;
}

#img_partner{
    position: relative;
    left: 400px;
    bottom: 120px;
}

#img_friend{
    position: relative;
    left: 400px;
    bottom: 305px;
}

#img_preasure{
    position: relative;
    left: 400px;
    bottom: 150px;
}

#img_seethisout{
    position: relative;
    left: 400px;
    bottom: 300px;
}

#img_bold{
    position: relative;
    left: 400px;
    bottom: 100px;
}

#img_silly{
    position: relative;
    left: 450px;
    bottom: 50px;
}

#img_author{
    position:relative;
}

#img_platonic{
    position: relative;
    left: 450px;
    bottom: 500px;
}

#img_romantic{
    position: relative;
    left: 500px;
    bottom: 600px;
}

#img_selflove{
    position: relative;
    left: 500px;
    bottom: 400px;
}




/* buttons/links/css */
a:visited{
    color: black;
}

.button{
    background-color: white;
    border: none;
    color: black;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button:hover{
    background-color: #f7bded;
}