@font-face {
    font-family: starsight;
    src: url(starsight.ttf);
}

* {
    font-family: Courier;
    background-color: rgb(160, 160, 160);
    margin: 0px;
}

main {
    margin-left: 5px;
}

nav {
    display: flex;
}

nav > .navlink {
    background-color: white;
    text-decoration: none;
    font-size: 22px;
    color: black;
    font-weight: bold;
    border: 3px solid rgb(200, 200, 200);
    margin-right: 10px;
}

header {
    margin-bottom: 5px;
}

/*/*/ 
nav > .current {
    background-color: rgb(160, 160, 160);
    border-color: rgb(160, 160, 160);
    border-top: 0px;
}
/**/

.navlink:hover {
    background-color: rgb(224, 224, 224);
    border-color: rgb(160, 160, 160);
    border-top: 0px;
}

button:hover {
    background-color: rgb(170, 170, 170);
}

h1 {
    text-align: center;
    font-size: 28px;
    background-color: rgb(200, 200, 200);
}

input {
    margin-top: 20px;
    background-color: white;
    font-size: 18px;
}

label {
    font-size: 16px;
}



button {
    font-weight: bold;
    font-size: 16px;
    margin-top: 16px;
    background-color: rgb(200, 200, 200);
    cursor: pointer;
}

footer {
    margin-left: 5px;
    margin-top: 50px;
    font-size: 17px;
    font-weight: bold;
}
