body {
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.container{
    /* border: 2px solid red; */
    width: 100%;
    height: 100px; 
    background: linear-gradient(135deg,rgb(99, 226, 74),rgb(196, 232, 106));
}

.head_1{
    /* border: 2px solid green; */
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head_2{
    /* border: 2px solid blue;   */
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container .head_2 button a{
    color: white;
    text-decoration: none;
}
