html{
    overflow-x: hidden;
}
header{
    width: 100%;
    height: 10%;
    padding-left: 60px;
    position: relative;
}
body{
    background-color: rgb(24, 23, 23);
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    position: relative;
}
hr{
    background-color: rgb(98, 98, 102);
    border: none;
    height: 2px;
}
.barbutton{
    text-decoration: none;
    color: rgb(94, 89, 89);
    font-size: 30px;
    padding-left: 50px;
}
.barbutton:hover{
    cursor: pointer;
    color: rgb(143, 139, 139);
}
