*{
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
html{
    height: auto;
}

body{
    background-color: #232323;    
}

tr{
    background-color: #ddd;
    text-align: center;
}


th{
    font-size: x-large;
    padding: .5em 0;
}

td{
    font-size: large;
    padding: .35em 0;
    
}
a{
    text-decoration: none;
    color: #232323;
}

table{
    /* margin: 20px 0; */
    margin-bottom: 3em;
    width: 50vw;

}

.weirdo{
    color: #232323;
    position: absolute;
    
}
.content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.search{
    
    font-size: larger;
    text-align: center;
    border-radius: 15px 15px 15px 15px;
    width: 50vw;
    height: 2em;
    margin: 2em 0 2em 0;
}

button{
    border: 0;
}
.button{
    border: 0;
    width: 5em;
    position: fixed;
    right: 0;
}

.togglebutton{
    background-color: #ddd;

}
.infobutton{
    width: 100%;
}





/* footer{
    margin-top: 2em;
    width: 100%;
    height: 3em;
    background-color: black;
} */