body {
    align-items: center;
    display: flex;
    flex-direction: column;

    color: #ffffff;
    font-size: 2em;
}

#image-wrapper {
    /* background: url('./bow-tie.jpg?v=1');
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; */
    position: fixed;
    z-index: -1;
    height: 100vh;
    width: 100%;
    display: flex;
    background-color: black;
    align-items: center;
}

.image-bg {
    height: auto;
    width: 100%;
}

button {
    background-color: maroon;
    padding: 10px;
    border: none !important;
    color: white !important;
}

input {
    background-color: transparent !important;
    border: none !important;
    border-bottom: solid white 2px !important;
    color: white !important;
}

input[type='text'] {
    font-size: 1em;
}

.menu {
    font-family: 'Parisienne', cursive;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

h5, h3, h4 {
    font-size: 1em;
}

@media (hover:hover) {
    .menu:hover {
        background-color: rgba(255, 200, 200, 0.5);
        Color: white;
    }
}

.menu.selected {
    background-color: white;
    color: black;
}

.theme-bg {
    background-color: rgba(0, 0, 0, 0.8);
}

.main-font {
    font-family: 'Parisienne', cursive;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}