@charset "utf-8";
*{color: rgb(0, 0, 0);}
*{background-color: #4fb3ff;}
em{font-weight: bold;}
.apply-object-fit {
    object-fit: cover;
}
.logos{
    width: 50;
}
.header1{
background-color: #afdcff;
}
.h2{
    font-size: 4rem;
    font-family: 'Courier New', Courier, monospace;
    color: #161616;
    text-wrap: inherit;
    text-shadow: 0 0 100px rgb(255, 255, 255);
    
}
.flex-container{
    display: flex;
    justify-content: space-around;
}
.flex-item{
    color:#fff;
    padding: 0px 30px;
}
.flex-item2 {
    margin-bottom: 10px;
    font-size:1.2em;
    font-weight: bold;
}
.timer{
  width: 80vw;
  max-width: 1200px;
  font-family: 'Orbitron', sans-serif; 
  font-size: 3.5rem;
  color: #000000;
  background: rgba(152, 152, 152, 0.2); 
  padding: 15px 50px;
  border-radius: 10px;
  text-align: center;
  letter-spacing: 7px; 
  text-shadow: 0 0 10px #fff, 0 0 20px #ff0;
}
.title1{
    text-shadow: 0 0 50px rgb(0, 208, 255);
    display: flex;
    text-align: center;
}

.keuteu{
    text-shadow: 0 0 20px rgb(255,255,255);
    font-size: 3rem;
   
    display: flex;
}
.logos{
    display: inline;
    box-sizing: border-box;
    max-width: 60px;
    margin: 30px;
}