button {
    padding:0%;
    border:none;
    background:none;
    font-size:1.25vw;
    color:rgb(245, 245, 245);
    text-align: center;
    font-family:'Courier New', Courier, monospace;
    text-decoration:underline, bold;
}
button:hover{
    cursor:pointer;
    color:rgb(200, 200, 255);
}

html, body {
    height: auto;
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*background-color: gray;*/
    background-color:rgb(10, 10, 10);
    margin:0;
    margin-bottom:3%;
}
#content{
    /*background-color:white;*/
/*    background-color:black;
    width:80%;
    height:90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3%;
    text-align:center;
*/
    display:flex;
    align-items: center;
    width:80%;
    height:90%;
    flex-direction:column;
    margin-right:auto;
    margin-left:auto;

}
a{
    font-size:1.25vw;
    color:rgb(245, 245, 245);
}
a:hover{
    color:rgb(200, 200, 255);
}
p{
    text-indent:5%;/*not sure if indenting looks better-----------------------*/
    font-size:1.25vw;
    color:rgb(245, 245, 245);
    margin-right:15%;
    margin-left:15%;
    text-align:left;
}
h1{
    font-size:2.5vw;
    color:rgb(245, 245, 245);
    text-align:center;
    padding-top:2%;
}
h2{
    font-size:1.25vw;
    color:rgb(245, 245, 245);
    text-align: center;
}
h3{
    color:rgb(245, 245, 245);
    text-align: center;
    font-size: 4vw;
}
#link{
    color:rgb(245, 245, 245);
    text-align: center;
}
