body {
  width: 2560px;
  height: 1440px;
  margin: 0 0 0 0;
  /* overflow: hidden; */
}

@font-face {
  font-family: 'MyCustomFont';
  src: url('../font/DIGITAL-Dreamfat.ttf') format('truetype'),
    url('../font/DIGITAL-Dreamfat.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.main {
  display: flex;
  /* width: 100%; */
  width: 2560px;
  height: 100%;
  background-image: url("../images/bg.png");
  background-size: cover;
}

.main_title {
  position: absolute;
  width: 430px;
  height: 50px;
  line-height: 50px;
  left: 1085px;
  top: 42px;
  font-size: 55px;
  font-weight: bold;
  text-align: center;
}

.current_time {
  font-family: "MyCustomFont";
  font-size: 22px;
  height: 30px;
  position: absolute;
  left: 72px;
  top: 66px;
}