@import url('https://fonts.googleapis.com/css2?family=Nova+Flat&display=swap');
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Nova Flat', cursive;
    color: #fff;
    
} 
body{ 
    background-color: black; 
} 
h1{
    text-align: center;
    font-size: 70px;
    padding-top: 40px;
    padding: 50px 20px 40px 20px;
    color: #f37f7f;
    text-shadow:
        0 0 5px #f37f7f,
        0 0 10px #f37f7f,
        0 0 20px #e70303,
        0 0 40px #e70303,
        0 0 80px #e70303,
        0 0 90px #ad0f0f,
        0 0 100px #ad0f0f,
        0 0 150px #ad0f0f;
      
} 
.headerdice{
    width: 100px; 
   
} 
h2{
    text-align:center;
    padding-bottom: 100px;
    text-shadow:
        0 0 5px #f37f7f,
        0 0 10px #f37f7f,
        0 0 20px #e70303,
        0 0 40px #e70303,
        0 0 80px #e70303,
        0 0 90px #ad0f0f,
        0 0 100px #ad0f0f,
        0 0 150px #ad0f0f;
}

#dice {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}    
#die1, #die2{
   padding: 15px;
   width: 200px;

}
main{
    background-color: black;
    margin-top: 50px;
    margin-bottom: 100px;
}
h3{
    text-align:center;
    padding-bottom: 10px;
    text-shadow:
        0 0 5px #B0E0E6,
        0 0 10px #ADD8E6,
        0 0 20px #87CEFA,
        0 0 40px #87CEEB,
        0 0 80px #00BFFF,
        0 0 90px #1E90FF,
        0 0 100px #4169E1,
        0 0 150px #000080;
}
textarea{
    margin-top: 25px;
    background-color: black;
    font-size: 18px;
    width: 500px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: none;
}
button{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    width: 80px;
    height: 25px;
    background-color: black;
    border-color: white;
    border-radius: 20px;
    font-size: 18px;
}
button:hover{
    background-color:#00BFFF;
    box-shadow: 0px 0px 30px 5px #00BFFF;
}
footer{
    text-align: center;
    height: 100px;
}
.contact{
    font-size: 16px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight:bold;
}
a:link, a:visited{
    color:#00BFFF;
    text-decoration: none;
}
a:hover, a:active{
    color:#87CEFA;
    text-shadow:
    0 0 5px #B0E0E6,
    0 0 10px #ADD8E6,
    0 0 20px #87CEFA,
    0 0 40px #87CEEB,
    0 0 80px #00BFFF,
    0 0 90px #1E90FF,
    0 0 100px #4169E1,
    0 0 150px #000080;
    text-decoration:none;
}
.BOHS{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
table{
    width: 70%;
    font-size: 16px;
    font-family: sans-serif;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-family: sans-serif;
}
td{
    text-align: center;
}
th{
    text-align:center;
    padding-bottom: 10px;
    text-shadow:
        0 0 5px #b3e5cc,
        0 0 10px #79d2a6,
        0 0 20px #79d2a6,
        0 0 40px #40bf80,
        0 0 80px #40bf80,
        0 0 90px #2d8659,
        0 0 100px #194d33,
        0 0 150px #194d33;
}
h5{
    text-align:center;
    padding-bottom: 10px;
    font-size: 16px;
    text-shadow:
        0 0 5px #b3e5cc,
        0 0 10px #79d2a6,
        0 0 20px #79d2a6,
        0 0 40px #40bf80,
        0 0 80px #40bf80,
        0 0 90px #2d8659,
        0 0 100px #194d33,
        0 0 150px #194d33;
}
.content-border{
    margin-top: 100px;
    margin-bottom: 15px;
}
.rules{
    font-size: 30px;
}
p{
    text-align: center;
    font-size: 20px;
}
.inst{
    font-weight: 700;
    text-decoration: underline;
}