@font-face {
  font-family: "DS-Digital";
  src: url("fonts/7fonts.ru_DS-DIGI.TTF") format("truetype");
  font-style: normal;
  font-weight: normal;
}
html{
  margin: 0;
  padding: 0;
}

body{
  overflow-x:hidden;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  background-color: black;
}
h1 {
  margin-top: 1rem;
  font-size: 5rem;
  font-family: "Bank Gothic",sans-serif;
  color: #dc0dd2;
}
.time, .time2{
  font-size: 10rem;
  font-family: "DS-Digital", sans-serif;
  background-color: black;
  background-image: linear-gradient(135deg, #0fe6d2, #efd814, #f526dc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 12px;
}
.time2{
  padding-top: 50px;
}
.frame{
  padding: 10px;
  margin-top: 40vh;
  cursor: default;
  box-shadow: 0 0 20px wheat;
  border-radius: 10px;
  border: 5px solid;
  border-image: linear-gradient(-135deg, #0fe6d2, #efd814, #f526dc);
  border-image-slice: 1;
}
@media screen and (max-width:1300px) and (min-width: 700px) {
  .time{
    font-size: 7rem;
  }
}





