html {
  height: 100%;
}

body {
  color: #2066FF;
  margin: 0;
  font-family: 'General Sans', sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  height: 100%;
  background-color: #FFFFFF;
}

h1 {
  margin-top: 20px;
  font-size: 50px;
  font-weight: 600;
  opacity: 1;
}

h2 {
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
  height: auto;
  min-height: 100%;
  background-color: #FFFFFF;
}

.domain {
  position: absolute;
  text-align: center;
  width: 100%;
  margin-left: -50%;
  top: 42.5%;
  left: 50%;
}

.footer {
  text-align: center;
  color: #2066FF;
  margin: auto;
  padding: 15px 20px 18px 20px;
  position: relative;
  clear: both;
  height: 40px;
  margin-top: -73px;
  background-color: #FFFFFF;
  font-size: 12px;
  line-height: 22px;
}

p {
  margin: 10px;
}

.property {
  margin: 24px;
  font-size: 24px;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #2066FF;
}

.footer a {
  color: #FFFFFF;
}

p.description {
  padding-top: 10px;
  font-size: 18px;
}

.ridhoapdel-logo {
  margin: 20px;
  max-width: 40px;
}

.ridhoapdel-logo-2 {
  margin: 20px;
  max-width: 40px;
}
.under-construction {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 10px;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #2066FF;
}

img {
  filter: brightness(1);
}


.ra-com {
  font-weight: 600;
  transition: color 0.2s ease;
}
.ra-com:hover {
  color: #F865B0;
  
  
}