body {
    background-color: #ffcbcb;
}
header {
    margin-top: 3em;
    margin-left: 3em;
    margin-right: 3em;
}

#title, #description {
    text-align: center;
}

.poetsen-one-regular {
    font-family: "Poetsen One", sans-serif;
    font-weight: 400;
    font-style: normal;
}  

.pt-sans-regular {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}
  
.pt-sans-bold {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5em;
}
  
.pt-sans-regular-italic {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
}
  
.pt-sans-bold-italic {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.bg-transparent {
    background-color: rgba(250, 248, 248, .2);
}

#survey-form {
    margin: 10%;
    padding: 2em;
    background-color: whitesmoke;
}

#name, #email, #number {
    display: block;
    margin-top: 1%;
    margin-bottom: 1.5em;
    border: 3px solid #b5838d;
    width: 100%;
    height: 30px;
    
}

hr {
    width: 80%;
    border: 1px solid #b5838d;
    background-color: #b5838d;
}

#dropdown {
    display: block;
    border: 3px solid #b5838d;
    width: 100%;
    height: 35px;
    margin-top: 2%;
}

.dropdown-div {
}

textarea {
    border: 2px solid #b5838d;
    display: block;
    width: 100%;
    height: 50px;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.padding {
    padding: 1em;
}

.margin {
    margin: 1em;
}

.margin-max {
    margin: 6em;
}

.margin-bottom {
    margin-bottom: 5em;
}

.col-6 {
    float: left;
    width: 50%;
}

.clear {
    clear: both;
}

button {
    border: 2px solid #b5838d;
    padding: 1%;
    width: 5em;
    background-color: azure;
    color: #b5838d;
}

button:hover, button:active {
    background-color: #b5838d;
    color: azure;
}

.button-div {
    text-align: center;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.border {
    border: 1px solid black;
}