body{
    background-color: darkgray;
}
.outl{
    width:370px;
    height:460px;
    border:solid 9px;
    border-radius: 40px;
    background-color:rgba(119, 136, 153, 0.339);
    border-color: rgba(155, 109, 197, 0.44);
    }
    
    
.box{
    background-color: rgba(0, 0, 0, 0.325);
    color:rgba(255, 255, 255, 0.484);
    border:solid black 2px;
    border-radius:20px;
    height: 60px;
    width:290px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: rgba(255, 235, 205, 0.521);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.row{
height: 90px;
}
.line{
font-family: cursive;
border-radius: 20px;
height:60px;
width:80px;
background-color:rgba(255, 255, 255, 0.435);
border-color:  rgba(0, 255, 255, 0.485);
}