body
{
    background-color: black;
    background-image: url('datagif.gif');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.image
{
    margin-top: 10px;
    margin-left: 10px;
}

.btn
{
    background-color: black;
    color: black;
    padding: 10px 25px;
    border: 2px black;
    border-radius: 50px;
    width: fit-content;
}

.btn1
{
    background-color: black; 
    color: white; 
    border: none; 
    font-size: 20px; 
    font-style: oblique;
}
.btn2
{
    background-color: black; 
    color: white; 
    border: none; 
    font-size: 20px; 
    font-style: oblique;
}
.btn3
{
    background-color: black; 
    color: white; 
    border: none; 
    font-size: 20px; 
    font-style: oblique;
}
.btn4
{
    background-color: black; 
    color: white; 
    border: none; 
    font-size: 20px; 
    font-style: oblique;
}
.btn5
{
    background-color: black; 
    color: white; 
    border: none; 
    font-size: 20px; 
    font-style: oblique;
}

.proceed
{
    background-color: orangered;
    color: white;
    border-color: black;
    font-style: normal;
    font-size: large;
    border-radius: 50px;
    padding: 10px 25px;
    margin-top: 9%;
}

.number
{
    display: flex; 
    gap: 50px; 
    color: white; 
    background-color: black;
    padding: 20px; 
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 11%;
    font-weight: bolder;
    font-size: xx-large;
}