* {
    background-color: rgb(37, 37, 43);
    color: white;
    font-family: Rubik;
}
header {
    position: sticky;
    width: 100%;
    height: 5%;
    background-color: rgb(30, 30, 37);
}
a.ct {
    text-align: center;
    overflow: scroll;
}
a.righ {
    text-align: right;
    color: rgb(165, 165, 165);
    position: fixed;
    right: 2px;
    background-color: rgb(19, 19, 22);
}
a.par1 {
    background-color: rgb(14, 14, 17);
    position: static;
}
button,input,select,option {
    background-color: rgb(30, 30, 37);
    border: 5px, solid, rgb(30, 30, 37);
    border-radius: 10px;
}
main {
    background-color: rgb(17, 17, 26);
    position: absolute;
    width: 97%;
    height: 70%;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgb(30, 30, 37);
    height: 5%;
}