#enterScreen {
  position: fixed;
  inset: 0;
  background: #4e4e4e;
  opacity: 0.97;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  cursor: pointer;
  z-index: 9999;
  user-select: none;
  font-family: "Imaki";
}

body{
    background-size: cover;
    background-image: url(back.jpg);
    backdrop-filter: blur(5px);
    margin: 0;
}

.container{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: white;
    font-family: "Imaki";
    text-align: center;
}

.block{
    margin: 0 auto;
    width: 650px;
    height: 500px;
    border: 5px solid #000000;
    backdrop-filter: blur(1px);
    -webkit-filter: blur(3px);
    opacity: 0.9;
    background: #000000;
    border-radius: 25px;
}

img{
    border-radius: 50%;
    max-width: 125px;
}

.name{
    font-size: 20px;
}

.name, .description{
    line-height: 0.5;
}

.btn{
    border: none;
    background: none;
    color: white;
    font-size: 30px;
    text-shadow: 0 0 10px white;
    cursor: pointer;
}

.container3{
    margin: auto;
    border: 1px solid #000000;
    background: #ffffff;
    border-radius: 25px;
    width: 240px;
    height: 100px;
    color: white;
    font-family: "Imaki";
    text-align: center;
    margin-bottom: 15px;
}

.container3 img{
    width: 50px;
    margin-top: 10px;
}

.container3 p{
    color:#000000;
}