/*
* {
    margin: 0;
    padding: 0;
}
*/

.drink {
    width: 380px;
    margin: 80px 5px 0 5px;
    display: block;
    /*border-radius: 20px;*/
    /*
    border-color: brown;
    border: 4px;
    border-style: solid;
    */
}

#result p {
    /*text-align: center;*/
    font-size: 1em;
    color: #fff8dc;
    font-family: Gotu;
}

a {
    color: #e0e3e9;
}

span {
    font-style: italic;
}

.title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

form {
    width: fit-content;
    margin: 20px 0 10px 15px;
    display: block;
}

h1 {
    text-align: center;
    /*font-family: Cinzel;*/
    font-family: Cinzel;
    /*font-family: Abril-Fatface;*/
    font-size: 48px;
    margin-bottom: 0;
    padding: 30px 0 20px 0;
    letter-spacing: 2px;
    /*background-color: aqua;*/
    color: #b99651;
    /*text-decoration: underline;*/
    /*color: #c6a049;*/
}

h2 {
    text-align: center;
    margin-bottom: 60px;
    font-family: Cinzel;
    font-size: 28px;
    font-weight: 600;
    color: #b99651;
}

h3 {
    /*text-align: center;*/
    margin: 40px 0 0 0;
    font-family: Cinzel;
    font-size: 20px;
    font-weight: 500;
    color: #b99651;
}

body {
    /*background-image: url(../img/background.jpeg);*/
    background-color: #030933;
    /*overflow: auto;*/
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
}

#backfill {
    /*background-color: #1c0034;*/
    /*background-color: #0f0027;*/
    background-color: #030933;
    max-width: 390px;
    margin: auto;
    /*padding-bottom: 30px;*/
    /*border-radius: 30px;*/
}

#dropdownFlav {
    margin: 5px 0;
    /*padding: 3px;*/
    border-radius: 5px;
    font-family: Gotu;
    font-size: 16px;
    background-color: #e0e3e9;
}

#dropdownAlc {
    margin: 5px 0;
    /*padding: 3px;*/
    border-radius: 5px;
    font-family: Gotu;
    font-size: 16px;
    background-color: #e0e3e9;
}

p {
    margin: 20px 10px 0;
}

#result {
    width: 390px;
    height: 1400px;
}
.stars {
    width: 50%;
    margin: 20px 0 0 0;
}
