        body {
            margin: 0;
            display: flex;
            height: 100vh;
            background: linear-gradient(45deg, #f06, #09f);
            overflow: hidden;
        }
        .site {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px;
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
            background-color: white;
            overflow: hidden;
            color: white;
            cursor: pointer;
            transition: transform 0.5s;
        }
        .site:hover {
            transform: scale(1.05);
        }

        #site1 {
        background-image: linear-gradient(to right top, #000000, #0d0d0d, #171717, #1e1e1e, #262626);
        }

        a{
        color: #ccffff;
    }
    a:hover
    {
        color: white;
        text-decoration: none;
    }
          #site2 {
            background-image: linear-gradient(to left top, #000000, #0d0d0d, #171717, #1e1e1e, #262626);

    }
    p{
                text-align: center;
                font-family: 'Kanit', sans-serif;

    }
        @media only screen and (max-width: 600px) {
.logo {
    width:130px;
  }
  p{
    font-size: 14px !important;
  }
  .parkvadilogo
  {
    width: 110px !important;
  }
}
.parkvadi
{
    font-size: 18px;
}
.parkvadilogo
{
    width: 150px;
}
.logo{
    margin-top: 25px;
}