body{
    background-color: #708090;

}


.container {
    padding: 40px 15px;
    
    border-radius: 10px;
}

.container h1 {
    color: white; 
}

.container .my-2 {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px; /* for separation between sections */
}

.container .my-2 h4 {
    color: #333;
    margin-bottom: 10px; /* spacing between the heading and the description */
}

.container .my-2 p {
    color: #666;
    margin-bottom: 20px; /* spacing between the description and the button */
}

.btn {
    width: 70px; /* to make all Go buttons of equal width */
}