body{
    background-color: #B8B8D1;
  }
#titol {
    width: 280px;
    height: 100px;
    border: 10px groove #1632cc;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2F4858;
    color: #F26419;
    font-size: 17px;
 
  }
#argument {
    text-align: center;
    color: #FFEB3B; 
    font-weight: 600; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 20px;
}




.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-template-rows: repeat(2, 1fr); 
    gap: 300px; 
    width: 95%; 
    height: 50vh; 
    padding: 30px;
    border-radius: 8px;
    
}


#botójuga1 {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        text-decoration: none;
        color: #555555;
        font-size: 18px;
        border-radius: 20px;
        width: 200px;
        height: 40px;
        font-weight: bold;
        border: 2px solid #555555;
        transition: 0.3s;
        box-shadow: 0px 6px 0px -2px rgba(67, 145, 209, 1);
        background-color: #1985dd;
}
      
        #botójuga1:hover {
            box-shadow: 0 0 #fff;
            transform: translateY(1px);
          }
       

#botójuga2 {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        text-decoration: none;
        color: #555555;
        font-size: 18px;
        border-radius: 20px;
        width: 200px;
        height: 40px;
        font-weight: bold;
        border: 2px solid #555555;
        transition: 0.3s;
        box-shadow: 0px 6px 0px -2px rgba(67, 145, 209, 1);
        background-color:#1985dd;
}
      
      #botójuga2:hover {
        box-shadow: 0 0 #fff;
        transform: translateY(1px);
      }

      #botójuga3 {

        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        text-decoration: none;
        color: #555555;
        font-size: 18px;
        border-radius: 20px;
        width: 200px;
        height: 40px;
        font-weight: bold;
        border: 2px solid #555555;
        transition: 0.3s;
        box-shadow: 0px 6px 0px -2px rgba(67, 145, 209, 1);
        background-color: #1985dd;
}
      
      
      #botójuga3:hover {
        box-shadow: 0 0 #fff;
        transform: translateY(1px);
      }

      body {
        
        background-image: url('https://i.gifer.com/YbiD.gif');
        background-size: cover; 
    background-position: center; 
    background-attachment: fixed; 
    background-repeat: no-repeat;
    }
    .home {
      float: right;
      cursor: pointer;
  }