.button_container {
    border-radius: 5px;
    border:1px solid #9bb2c8;
    background: #C9DAEA;
    padding: 20px;
    width: 200px;
    height: 150px;
    margin: 10px auto;        
}

.button {
    background-color: #1349A3;
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 185px;
    height: 50px;   
    border-radius: 5px;
}

.button2 {line-height:50px;}
.button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}