#txt1{
    border-style:double;
    border-radius: 20%;
    border-color: red;
    text-align: center;
    padding: 10px;
    color: rgb(255, 255, 255);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

body{
    background-color: rgb(0, 0, 0);
}
#txt2{
    margin-top: 20px;
    border-style:double;
    border-radius: 20%;
    border-color: red;
    padding: 10px;
    color: rgb(11, 255, 2);
    font-size: 50px;
    text-align: center;
    background: rgb(29,36,0);
background: linear-gradient(90deg, rgba(29,36,0,1) 0%, rgba(223,161,134,1) 16%, rgba(209,0,255,1) 100%);
    
}
#t1{
    text-indent: 20px;
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-align: justify;
}