body {
    font-family: 'Roboto Slab', serif;
    cursor: url('/images/icons8-blue-pointer-24.png'), auto;
    background-image: url('/images/hp_background_blur.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    /* align middle*/

    overflow: hidden;
}

.container {
    box-shadow: 0px 5px 10px black;
    font-family: 'Roboto Slab', serif;
    border: 1px solid #bed7da75;
    background: rgb(28 38 41 / 95%);
    max-width: 600px;
    margin: 130px auto;
    padding: 20px;
}

@media screen and (max-width: 768px){
    .container {
        margin: 63px auto;
    }
}

h2 {
    text-decoration: underline;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
    color: #e0e0e0;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    font-size: 1rem;
    margin-bottom: 5px;
    color: #e0e0e0;
}

input,
textarea {
    resize: none;
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    background-color: #192024;
    color: #e0e0e0;
}

#message {
    height: 120px;
    color: #e0e0e0;
}

input[type="submit"] {
    font-family: 'Roboto Slab', serif;
    background-color: #8fc28d;
    color: #222;
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    height: 35px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.container p{
    text-align: center;
    color: #e0e0e0;
    font-size: 13px;
}

#category{
    outline: none;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 20px;
    background-color: #192024;
    color: #e0e0e0;
}