  .container{
        border:2px solid blue;
        text-align:center;
        
        height:500px;
        width:400px;
    }
    body{
        padding:10px;
    }
    h1{
        margin:auto;
    }
    .row{
        height:90px;
        width:396px;
        //background-color:rgba(255, 255, 255, 0.2);
        background-color: rgba(78, 99, 215, 0.9);
    }
