.header {
    margin: -10px -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2%;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);

    opacity: 0.8;

    background: ghostwhite;
    padding: 25px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header-item {
    margin-right: 15px;
}

p {
    text-align: center;
    color: black;
    font-family: "Handjet", sans-serif;
}

h1 {
    font-size: 40px;
    margin-bottom: -10px;
}

.logo {
    height: 80px;
    margin-top: 10px;
    position: absolute;
    transform: translateX(-50%);
    cursor: pointer;
    margin-left: 30px;
}

body {
    padding-top: 70px;
}

button {
    padding: 10px 20px;
    font-size: 25px;
    font-family: "Handjet", sans-serif;
    font-weight: bold;
    letter-spacing: 3px;

    background: white;
    color: black;

    margin: 10px auto;
    border: solid black;
    border-width: 2px 1px 1px 2px;
    border-radius: 95% 4% 97% 5%/4% 94% 3% 95%;

    cursor: pointer;
}

button:hover {
    color: #bf1b2d;
    background-color: whitesmoke;
    transform: scale(1.05) rotate(2deg);
}
