body{
    background-color:rgba(121, 114, 141, 1);
    margin:0px;
    color:white;
}
.MainArea{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 150px;
    gap:50px;
}
.QuizContainer{
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding:25px;
    min-height:300px;
    width:500px;
    color:rgba(121, 114, 141, 1);
    background-color:white;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
#userAnswer{
    border: solid;
    border-color: rgba(121, 114, 141, 1);
    border-width: 3px;
    min-height: 25px;
    min-width: 150px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: rgba(121, 114, 141, 1);
}
.QuizContainer button{
    border: solid;
    border-color: rgba(121, 114, 141, 1);
    color: rgba(121, 114, 141, 1);
    background-color: white;
    padding:5px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.QuizContainer button:hover{
    cursor: pointer;
    border: solid;
    border-color: rgba(121, 114, 141, 1);
    color: rgba(121, 114, 141, 1);
    background-color: rgb(195, 195, 195);
    padding:5px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.quiz-direction {
    position: relative;
    display: inline-block;
    width: 100%;
}
#Filter{
    margin:10px;
    padding:5px;
    background-color: rgba(121, 114, 141, 1);
    border:solid;
    border-color:white;
    color:white;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.direction-select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
    font-size: 14px;
}
        
.direction-select:hover {
    border-color: #888;
}
        
.direction-select:focus {
    outline: none;
    border-color: #4CAF50;
}
.ExtraLinks{
    display:flex;
    justify-content: space-between;
    margin: 10px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.ExtraLinks a:link, .ExtraLinks a:visited {
    color:white;
    text-decoration: none;
}
.container{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding:25px;
    width:500px;
    color:rgba(121, 114, 141, 1);
    background-color:white;
}
.quiz-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:100px;
    margin:100px;
}
.LargeIcon{
    font-size: 50px;
    font-weight: bold;
}
.AddNew{
    display:flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    min-width: 200px;
    max-height: 230px;
    max-width: 230px;
    font-size: 25px;
    padding:15px;
    background-color:rgba(121, 114, 141, 1);
    color:white;
    border:solid 3px white;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
}
.quiz-item{
    min-height: 200px;
    min-width: 200px;
    max-height: 230px;
    max-width: 230px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding:15px;
    color:rgba(121, 114, 141, 1);
    border-radius: 4px;
    
    background-color:white;
}
.QuizTitle{
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
a:link{
    text-decoration: none;
}
h1{
    color:rgba(121, 114, 141, 1);
}
.DecorativeLine{
    width:100%;
    height:2px;
    background-color:rgba(121, 114, 141, 1);
    margin-bottom:20px;
}
.register{
    display:flex;
    flex-direction: column;
    align-items: center;
}
.login{
    display:flex;
    flex-direction: column;
    align-items: center;
}
#Logout{
    display:flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    color:white;
    margin: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.Main-Word-set{
    margin:0px 0px 0px 0px;

}
.Word-set{
    margin:0px 0px 0px 30px;
}
.ButtonA{
    padding:10px;
    width:140px;
    background-color:rgba(121, 114, 141, 1);
    color:white;
    border:none;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
}
.ButtonB{
    padding:10px;
    width:140px;
    background-color:white;
    color:rgba(121, 114, 141, 1);
    border:none;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    border: solid 2px rgba(121, 114, 141, 1);
}
.ButtonA:hover{   
    background-color:rgb(142, 134, 164);
    cursor: pointer;

}
.ButtonB:hover{
    background-color:rgb(216, 216, 216);
    cursor: pointer;
}
.TextArea{
    width:150px;
    padding:5px;
    border:2px solid rgba(121, 114, 141, 1);
}
.DeleteBtn{
    background-color:transparent;
    border:none;
    color:rgba(121, 114, 141, 1);
    font-size:16px;
    cursor: pointer;
    position: static;
}
#Logout:hover {
    text-decoration: none;
    color:rgb(202, 202, 202);
}
.Placholder{
    background-color:transparent;
    border:none;
    color:white;
    font-size:16px;
    cursor: pointer;
}
.DeleteBtn:hover {
    color:rgb(169, 162, 190);
}

