

body{
    font-family: 'Overpass', sans-serif;
    background-color:  hsl(216, 12%, 8%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    height: 100vh;
}
p{
    color: hsl(217, 12%, 63%);
    line-height: 1.5;
    margin: 0.5em 0;
    text-align: center;
}
#containerOne{
    width: 265px ;
    /* border: 1px solid black; */
    background-color: hsl(213, 19%, 18%);
    color: white;
    border-radius: 5%;
    padding: 1.5em;
}
/* .hide{
    display: none;
} */
#containerTwo{
    width: 343px ;
    /* border: 1px solid black; */
    background-color: hsl(213, 19%, 18%);
    color: white;
    border-radius: 5%;
    padding: 1.5em; 
}
/* .cont-content{
    padding: 10px;
} */
.rating{
    display: flex;
    justify-content: space-evenly;
}
.circle{
    background-color:  rgba(71, 95, 128, 0.2);
    color:  hsl(217, 12%, 63%);
    border-radius: 50%;
    border-style: none;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
}
.circle:hover{
    background-color: hsl(217, 12%, 63%);
    color: white;
}
.circle.active{
    background-color : hsl(25, 97%, 53%);
    color : black;

}
.rat-out{
    margin:0 5px;
}
.head{
    padding-left:10px ;
}
.star{
    background-color: rgba(71, 95, 128, 0.2);
    border-radius: 50%;
    padding: 12px;
    margin-bottom: 0.75em;
}
#submit:hover {
    background-color: hsl(0, 0%, 100%);
    color: hsl(25, 97%, 53%);
}
#submit{
    font-size: 1.05rem;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    background-color: hsl(25, 97%, 53%);
    width: 100%;
    border-radius: 25px;
    padding: 0.65em;
    border: none;
    margin-bottom: 0.5em;
    margin-top:10px ;
    cursor: pointer;
}
h2.thanks {
    text-align: center;
    margin-bottom: 5px;
}
.thx-img{
    display: block;
    margin: auto;
    text-align: center;
}
.output{
    color:hsl(25, 97%, 53%) ;
    background-color: rgba(71, 95, 128, 0.2);
    padding: 0.45em 0.85em;
    display: flex;
    justify-content: center;
    border-radius: 15px;
    font-weight: 400;
    margin: 1.5em;

}
