body{
    min-height: 100vh;
    background-color: rgb(26, 0, 0);
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
}
.wrap{
    width: 900px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.card{
    background: rgb(76, 29, 29);
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    box-shadow: 10px 10px 10px rgb(255, 0, 0);
    cursor: pointer;
}

.card:hover{
    transition: 550ms;
    padding: 6px;
    rotate: 360deg;
    transform: scale(1.05);
    color: rgb(176, 0, 0);
    cursor: wait;
}

span{
    color: rgb(255, 0, 0);
}

.cards{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
img{
    width: 100%;
    border-radius: 5%;
}
.mystery-card{
    text-align: center;
    font-weight: bold;
}
.header{
    display: grid;
    grid-template-columns: 160px 160px;
    justify-content: center;
    align-content: center;
}
.mystery{
    padding: 10px;
    background-color: rgb(255, 0, 0);
    border-radius: 100%;
    box-shadow: 10px 10px 10px red;
}
.instructions{
    border: solid rgb(255, 0, 0) 4px;
    padding: 20px;
    box-shadow: 8px 8px 8px red;
}

h2{
    color:rgb(255, 0, 0);
    text-align: center;
}

.one{
    color: rgb(255, 0, 0);
}

li{
    color: rgb(255, 0, 0);
}
.eliminated{
    opacity: 0%;
    cursor: crosshair;
}

.logo{
    width: 230%;
    margin-right: 10%;
}


    

/* https://guess-who-y9j3.onrender.com/ */