/*Global selector(s)*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    justify-content: center;
    text-align: center;
    font-family:sans-serif;
    size: 20px;
    color: white;
    background-color: rgb(21, 21, 26);
}
/*Normal selector(s)*/
header > h1{
    justify-self: center;
    text-align: center;
}
p{
    text-align: center;
    justify-self: center;
    margin-right: 10rem;
    margin-left: 10rem;
}
h3{
   margin-left: -80rem;
}
img{
    width: 25rem;
    height: 35rem;
    margin-bottom: 2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
fieldset{
    margin: 1rem;
}
figcaption{
    color: green;
}
/*selector(s)*/
.Gold{
    color: gold;
}
.Red{
    color: red;
}
.Purple{
    color: purple;
}
.Attempt{
    margin-left: -85rem;
}
/*button*/
.go_back{
    margin-left: -85rem;
    background-color: rgb(23, 21, 34);
    color: gold;
    size: 1.5rem;
    border-radius: 10%;
    height: 2.5rem;
    width: 4.5rem;
    font-weight: 600;
}