@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Raleway", sans-serif !important;
    font-weight: 500;
    background-color: oldlace;
}

.main_block{
    height: 100%;
    width: 100%;
    background-color: white;
}

.block_one{
    background: linear-gradient(80deg, #FF822C, #FFB22C);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 1.5vmin 5vmin;
    color: white;
    height: 30%;
}

.boothName{
    text-align: left;
    font-size: 6.5vmin;
    padding-bottom: 1vmin;
}

.block_one_two{
    display: flex;
    direction: row;
    justify-content: space-between;
}

.average_rating{
    display: flex;
    direction: row;
    align-items: center;
    font-size: 6vmin;
}

.avgRating{
    text-align: left;
    font-size: 6vmin;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.avgRating1{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 2;
    font-size: 5vmin;
    padding-left: 1.5vmin;
}

.total_rating{
    display: flex;
    direction: row;
    align-items: center;
    font-size: 5vmin;
    font-family: "Raleway", sans-serif !important;
}

.totRating{
    text-align: left;
    font-size: 6vmin;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.totRating1{
    padding-left: 1.5vmin;
}

.block_two{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 70%;
    font-size: 7.5vmin;
    font-weight: bold;
    overflow-wrap: break-word;
    user-select: none;
}

.star_button{
    display: flex;
    flex-direction: row;
}

.star{
    cursor: pointer;
    margin-top: 2.5vmin;
    margin-left: -2.5vmin;
    margin-right: -2.5vmin;
    width: 22vmin;
    height: auto;
}

.submit_button{
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
    background-color: #b7b7b7;
    color: white;
    padding: 3.5vmin 6.5vmin;
    margin-top: 7vmin;
    border-radius: 4vmin;
    border: none;
    font-size: 5vmin;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    pointer-events: none;
}

.submit_button:hover{
    box-shadow: 0 0 .3rem rgba(0, 0, 0, .2);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.block_three{
    background: linear-gradient(80deg, #FF822C, #FFB22C);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    height: 100%;
    width: 100%;
    font-size: 7vmin;
}

.success_star{
    width: 30vmin;
    height: auto;
    margin-bottom: 1.5vmin;
}

.tym{
    display: flex;
    direction: row;
}

.selection{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.selection1{
    font-weight: bold;
}

.text{
    margin-top: 2.5vmin;
    align-items: center;
    text-align: center;
    font-size: 3vmin;
}