body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    /* text-align: center; */
    margin: 0;
    padding: 0;
}
h1 {
    background-color: #007BFF;
    color: #fff;
    margin-top: 0;
    padding: 1rem;
}
p {
    font-size: 18px;
    margin: 10px;
}
.count-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}
.count-box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
}
.container-rsh{
    display: flex;
    width: 100%;
    height: 80vh;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    text-align: center;
}
.cfr_s{
    background-color: #fa7921;
    height: 200px;
    width: 200px;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    box-shadow: 1px 1px 10px #000;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
}
.jnl_s{
    background-color: #ffd400;
    color: #000;
    height: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    box-shadow: 1px 1px 10px #000;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    font-family: 'Merriweather', serif;
}
.bok_s{
    font-family: 'Merriweather', serif;
    background-color: #9bc53d;
    height: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    box-shadow: 1px 1px 10px #000;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
.bok_s:hover, .jnl_s:hover, .cfr_s:hover{
    transform: scale(1.1);
}
.head1{
    display: flex;
    justify-content: space-around;
}
.back{
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
.back:hover{
    color: #fa7921;
}