*{
    text-decoration: none;
    margin: 0;
    padding: 0;
}

html{
    scroll-padding-top: 83px;
    background-color: #6e6e6e;
}

body {
    margin: 0;
    padding: 0;
}

.navbar{
    position: sticky;
    top: 0;
    background-color: white;
    font-family: Verdana;
    padding-right: 25px;
    padding-left: 25px;
}

.navdiv{
    display:flex;
    align-items: center;
    justify-content: space-between;
}

li{
    list-style: none;
    display: inline-block;
}

li a{
    color: black;
    font-size: 18px;
    margin-right: 30px;
}

.hover-text {
  color: black;
}

.hover-text:hover {
  color: #db181e; /* Choose any color like #FF0000 or blue */
}

section {
    height: 100vh;
    scroll-snap-align: start;
/*    scroll-snap-stop: normal; */

}

p {
    color: black;
}

h1 {
    padding-top: 9%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Verdana;
    color: white;
    font-size: 200px;
    text-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}

h2 {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Verdana;
    color: white;
    font-size: 50px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

h3 {
    display: flex;
    justify-content: left;
    font-family: Verdana;
    color: black;
    font-size: 40px;
}

.spacer {
    margin-bottom: 30px;
}

.panel {
    margin-top: 50px;
    display: flex;
    background: white;
    width: fit-content;
    min-height: 100px;
    min-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 95%;
    margin: 0 auto;
    border-radius: 15px;
    font-family: Verdana;
    color: black;
    justify-content: center;
    align-items: center;
    gap: 20px;
    overflow-wrap: break-word;
}

.panel:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.textpanel {
    margin-top: 50px;
    display: flex;
    background: white;
    width: fit-content;
    min-height: 100px;
    min-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 95%;
    margin: 0 auto;
    border-radius: 15px;
    font-family: Verdana;
    color: black;
    justify-content: center;
    align-items: center;
    gap: 20px;
    overflow-wrap: break-word;
}

.displaybox {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.card {
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.2s;
    width: 400px;
    padding-bottom: 8px;
    overflow-wrap: break-word;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
    padding: 2px 10px;
}

.draws {
    height: 100vh;
    background-image: url("pactofnegation.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.cloned {
    height: 100vh;
    background-image: url("mirrormade.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.borne {
    height: 100vh;
    background-image: url("borneuponawind.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.punt {
    height: 100vh;
    background-image: url("underworldbreach.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
