 

  #logo {
        position: fixed;
        top: 20px;
        bottom: 0px;
        left: 50px;
      
      }
  #home {
    position: fixed;
    top : 150px;
    bottom : 50px;
    right: 10px;
    left : 10px;
  }

  #selamatdatang {
    position : relative;
    top : 520px;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(235, 125, 0);

  }
