body{
    text-align: center;
    margin: 0px;
}

nav{
    border: 1px solid black;
    background-color: rgb(73, 73, 146);
    display: inline-block;
    width: 100px;
    height: calc(100vh - 2px);
    position:relative;
}

.page{
    display: flex;

}

.content-container{
    display: inline-block;
    width: calc(100% - 100px);
    height: 100vh;
    background-image: url(../images/background.jpg);
    background-size: cover;
    overflow-y:scroll;
}
.navButtons{
    border-style: outset;
    border-width: 3px;
    border-color: black;
    width:calc(100% - 4px);
    display: inline-block;
    font-size: 1.25em;
    font-family: 'Courier New', Courier, monospace;
    color: aliceblue;
    text-decoration: none;
    font-weight: bold;
}

.navButtons:active{
    border-style: inset;
}

.realText{
    background-color: aliceblue;
    display: inline-block;
    width: 1000px;
    margin: auto;
    padding: 50px;
    height: auto;
}

.bottomText{
    background-color: rgb(144, 65, 247);
    font-family:Helvetica, Arial, sans-serif;
    color:aliceblue;
    display: inline-block;
    width: 1080px;
    margin: auto;
    padding: 10px;
    height: auto;
    text-decoration: none;
}

h1{
    font-family:Helvetica, Arial, sans-serif;
}

h2{
    text-align: left;
    font-family: 'Courier New', Courier, monospace;
}

p{
    font-family: 'Gill Sans', 'Gill Sans MT', "Calibri", 'Trebuchet MS', sans-serif;
}

.ptext{
    text-align: left;
    font-family: 'Gill Sans', 'Gill Sans MT', "Calibri", 'Trebuchet MS', sans-serif;
}

.atext{
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', "Calibri", 'Trebuchet MS', sans-serif;
}

.frontPageText{
    min-height: calc(100vh - 100px);
}

#menuText{
    line-height: 0%;
}
#header2{
    text-align: left;
}

#button{
    background-color: #45a049;
    border-style: groove;
    border-width:2px;
    border-color:black;
    border-radius:3px;
    font-family: 'Gill Sans', 'Gill Sans MT', "Calibri", 'Trebuchet MS', sans-serif;
}

#button:active{
    background-color:#04AA6d;
}

.contacts{
    font-family: 'Gill Sans', 'Gill Sans MT', "Calibri", 'Trebuchet MS', sans-serif;
    text-decoration: none;
    text-decoration: none;
    text-align: left;
    line-height: 1;
}

ul {
    font-family: 'Gill Sans', 'Gill Sans MT', "Calibri", 'Trebuchet MS', sans-serif;
}

/*what the fuck is this for?*/

#thatonespecificnonlinebreaktextorwhatever{
    line-height: 1;
    padding: 0;
}
