.grid {
    display: grid;
    grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
  /*border: 2px blue solid;*/
}
 
.box {
    background-color: white;
    color: black;
    /*border: 2px dodgerblue solid;*/
} 
 
.startbutton {
    background-color: #D45202;
    color: white;
    border-radius: 3px;
    font-family: "Montserrat";
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    position: center;
    padding: 10px 10px;
    transition-duration: 0.3s;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
 
.startbutton:hover {
    background-color: #EC6009;
}
 
.button {
    text-align: center;
}
 
.spacerbig {
    height: 50px;
    grid-column: 1 / span 6;
}
 
.huntspacer {
    height: 30px;
    grid-column: 1 / span 6;
}
 
h1 {
    color: #D45202;
    font-family: "Monoton";
    text-align: center;
    font-size: 95px;
    font-weight: bold;
}
 
h2 {
    color: white;
    font-family: "Montserrat";
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}
 
p {
    color: black;
    font-family: "Montserrat";
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
 
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 66.4%;
 
}
 
.heading {
    color: white;
    font-family: "Montserrat";
    text-align: center;
    font-size: 25px;
    font-weight: 400;
}
 
.huntheading {
    color: white;
    font-family: "Montserrat";
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}
 
.confindment {
    height: 195px;
    grid-column: 2 / span 4;
}
 
.slogan {
    height: 80px;
    grid-column: 2 / span 4;
    background-color: #323840;
}
 
.huntheading {
    height: 80px;
    grid-column: 1 / span 4; 
    background-color: #323840;
}
 
.one {
    height: auto;
    grid-column: 1 / span 4;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 4px #323840 solid;
    border-right: 2px #323840 solid;
    border-bottom: 4px #323840 solid;
}
 
.two {
    height: auto;
    grid-column: 1 / span 4;
    background-color: white;
    border-left: 4px #323840 solid;
    border-right: 4px #323840 solid;
    border-bottom: 4px #323840 solid;
}
 
.rulesheading {
    height: 80px;
    grid-column: 5 / span 2; 
    background-color: #555C70;
    border-left: 2px #555C70 solid;
}
 
.rules {
    height: auto;
    grid-column: 5 / span 2;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.7;
    border-left: 2px #555C70 solid;
    border-bottom: 4px #555C70 solid;
    border-right: 4px #555C70 solid;
}			