@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

/* ::selection {
  background: rgba(255, 18, 94, 0.5);
} */

* {

  box-sizing: border-box;
  font-family: "Ubuntu";
}

body {
    /* background: url('/img/background5.png') no-repeat center center fixed;
    background-size: cover; */

    background-color: #141415;
}

#question-field{
    border-style: groove;
    border-width: 1px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    width: 38%;
    margin: auto;
}
.question{
    width: 422px;
}
.correct{
    width: 50px;
    text-align: center;
}
#title{
    text-align: center;
    color: white;
}
#name {
    padding: 10px; 
    border-radius: 5px; 
    border: none; 
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    color: white; 
    margin: auto;
}

button {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 20px;
resize: none;
margin-top: 30px; 
padding: 10px; 

border: 1px solid rgba(255, 255, 255, 0.3);
background: white;
border-radius: 10px;
cursor: pointer; 
}

label {
    color: white; 
}

#margine {
    margin-left: 20px; 
}

input {
    border-radius: 3px; 
    border: none; 
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    color: #141415; 
}

.flexbox {
    display: flex; 

}

i {
    position: absolute;
    top: 3%;
    right: 3%;
    cursor: pointer;
}