body {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    margin: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3vh;
    color: #231f20;
    justify-content: space-between;
    overflow: hidden;
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    
    
}

.body::-webkit-scrollbar {
  display: none;
}
h1, h3 {
    font-family: 'Montserrat', sans-serif;
    background-color: #b1e051;
    padding: 10px 14px;
    color:#000;
    text-align:center;
}

h3, .timer {
    margin: 0;
}

.main-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.notice {
    flex-direction: column;
    align-items: flex-end;
    margin: 44px;
   border-top: 3px groove #de7300;
  filter: drop-shadow(0 0 1rem #de7300) contrast(100%) opacity(90%);
}

.timer {
    background-color: transparent;
    color: transparent;
    text-align: center;
    font-size: 2.5vh;
    font-family: 'Consolas';
    padding: 10px 14px;
}

.right {
	float: right;
    margin-right: 5px;
	padding-top: 15px;
	display:none;
}
.footer-copyright {
  display: none;
}
#wrap {
  background-color: transparent;
  margin-top: 0px;
  
}

@media only screen and (max-width: 600px) {
 #wrap {
    display: ruby;
  }
}
.copyright {
  background-color: transparent;
  box-shadow: none;
  margin-top: 44px;
}