.body{
    background-image: url(red.jpg);
    background-size: cover;
    text-align: center;
    direction: rtl;
}
.red{
    padding: auto;
    margin: 3% 20% 25% 20%;
    width: 30%;
    height: 40%;
    text-align: center;
    border-radius: 100%;
}
.inp1{
    border-color: rgb(238, 8, 8);
    border-radius: 100%;
    padding: 10px;
}
.btn{
    border-radius: 100%;
    border-color:rgb(0, 0, 0) ;
    background-color: rgba(254, 9, 9, 0.861);
    padding: 12px;
    box-shadow: inset;
    color: rgb(227, 231, 231);
}
.txt{
    background-color: rgba(255, 0, 0, 0.751);
    border-radius: 100%;
    height: 70px;
    width: 50%;
    margin-right: 35%;
    text-align: center;
    color: black;
    padding-top: 20px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    font-size: larger;
}
.link{
    color: black;
    text-decoration: none;
}
.div_table{
    direction: rtl;
    width: 100%;
}