body{
    background-image: url('img.jpg');
 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}
#btn1{
    width: 20%;
    height: 2%;
    border-radius: 5px;
    background-color: rgb(179, 98, 148);
    margin-top: 5px;
}
#btn2{
    width: 20%;
    height: 2%;
    border-radius: 5px;
    background-color: rgb(223, 143, 24);

}
#tp{
    color: rgb(13, 13, 14);
    background-color: rgba(255, 255, 255, 0.226);
    font-size: 30px;
    margin-top: 5%;
    margin-right: 25%;
    height: 250px;
    width: 50%;
    border-radius: 5px;
    border-color: rgba(21, 25, 29, 0.644);
    border: 5px solid rgb(214, 5, 5);
}
#tc{
    margin-top: 5%;
    margin-right: 0;
    width: 42%;
    height: 30px;
    border-radius: 10px;
    color: rgba(0, 0, 0, 0.582);
    
}
#btn3{
    width: 7%;
    height: 30px;
    margin-left: 0;
    margin-right: 25%;
    background-color: rgb(0, 38, 255);
    border-radius: 5px;
}