* {
    box-sizing: border-box;
}
 
body{
    margin: 0vw;
    width: 100vw;
}

h1{
    display: flex;
    justify-content: center;
    font-family: 'Monoton', sans-serif;
    letter-spacing: .25vw;
    word-spacing: 1vw;
}

p{
    line-height: 2vw;
}

a{
    text-decoration: none;
    color: rgb(40, 40, 40);
}

.arrow p{
    margin: 0;
    margin-top: 2vw;
}

.arrow:hover{
    opacity: 60%;
    /* font-size: 15vw;
    margin-left: 4vw; */
}

.arrow{
    z-index: 1;
    font-size: 4vw ;
    transform: rotate(180deg);
    margin-left: 2vw;
    width: 3vw;
}

table,td,th{
    /* border: .2vw solid black;
    border-collapse: collapse; */
    padding: 1vw;
    text-align: center;
}

table{
    font-family: 'Comfortaa', sans-serif;
    position: absolute;
    left: 10vw;
    width: 80vw;
    border: .5vw inset rgb(0, 0, 0);
    border-radius: 2vw;
    /* box-shadow: -.75vw .75vw .2vw 0  rgba(86, 26, 22, 0.7); */
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}

th{
    background-color: rgb(234, 223, 216) ;
    /* background-color: rgb(190, 255, 190); */
}

tr, .odd{
    color:rgb(245, 245, 245);
    background-color:rgb(191, 159, 134) ;
}

tr, .even{
    color:black;
    background-color:rgb(233, 199, 173);
}
