*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.love {
    background: #16af3800;
    background: url(../image/Mbgfoto2.jpg);
    width: 100%;
    height: 100vh;
    text-align: center; 
    color: #fff;
    list-style-type: none;
    display: flex;
    padding-top: 50px;
    padding-left: 20px;    
}
a {
    text-decoration: none;
    cursor: pointer; 
    display: inline-flex;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 6px 6px;
    font-size: 18px;
    font-weight: 600;
    background-color:green;
    position: relative;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 20px;
    list-style: none;
  }


a:hover{
    background-color: #051147;
    color: #fff;
}



@media all and (max-width: 700px){
    .love {
        background: #051147;
        background: url(../image/Mbgfoto2.jpg);
        width: 100%;
        height: auto;
        text-align: center; 
        color: #fff;
        list-style-type: none;
        display: block;
        padding-top: 20px;
        align-items: center;
       
    }
    
    
    a {
        text-decoration: none;
        cursor: pointer; 
        display: inline-flex;
        text-decoration: none;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 5px;
        padding: 6px 6px;
        font-size: 16px;
        font-weight: 600;
        background: green;
        position: relative;
        cursor: pointer;
        margin-left: 8px;
        margin-bottom: 20px;
        list-style: none;
      }
    
    
    a:hover{
        background-color: #051147;
        color: #fff;
    } 

}