.container img {
    width: 900px;
    
}

.container {
    margin-bottom: 150px;
}

.title {
    margin-bottom: 50px;
}

.buttons {
    padding-top: 50px;
}

.buttons a:nth-child(1) {
    text-decoration: none;
    color: #000000;
  
  
    border-radius: 51.5px;
    background: linear-gradient(180deg, #00B5D4 0%, #00648B 100%);
    font-size: 30px;
    padding: 50px 50px;
  }
  
  .buttons a:nth-child(2) {
    text-decoration: none;
    color: #84AABD;
  
    border-radius: 51.5px;
    background: linear-gradient(180deg, #E5DAD1 0%, #A69B94 100%);
    font-size: 30px;
    padding: 50px 50px;
  }
  
  .buttons a:nth-child(3) {
    text-decoration: none;
    color: #868686;
  
    border-radius: 51.5px;
    background: linear-gradient(180deg, #D8BFCF 0%, #8A7B87 100%);
    font-size: 30px;
    padding: 50px 50px;
  }
  
  .buttons a:nth-child(4) {
    text-decoration: none;
    color: #FFFFFF;
  
    border-radius: 51.5px;
    background: linear-gradient(180deg, #F5F7FB 0%, #979FAB 100%);
    font-size: 30px;
    padding: 50px 50px;
  }


  .fr_container {
    height: 100vh;
    background-image: url(../img/zeekrx/bg1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;

}

.fr_container2 {
    height: 100vh;
    background-image: url(../img/zeekrx/bg2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;

}