body, html {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #303239;
}
#canvas-container {
    position: relative;
    margin: 0 auto;
}
canvas {
    display: block;
    margin: 0 auto;
    touch-action: none; /* Отключаем браузерный скролл/перемещение на канвасе */
    width: 97%;
}
#info {
    text-align: center;
    margin-top: 10px;
    font-size: 40px;
}

#description {
    text-align: center;
    margin: 20px;
    color: #60ff60;
}

#winner {
    text-align: center;
    margin-top: 20px;
    font-size: 50px;
    color: blue;
}
.top {
    margin-bottom: 20px;
    padding-left: 20px;
    font-weight: 500;
    color: #CCC;
    font-family: Roboto,sans-serif;
}

h1 {
    font-family:Arial, Helvetica, sans-serif;
    color: #faf8f6;
}

.main-text {
    position: relative;
    width: 100%;
    height: 6vh;
}

.main-text h1 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.btn {
    flex-shrink: 0;
    height: 36px;
    margin:0 auto;
    border: none;
    cursor: pointer;
    outline: 0 !important;
    padding: 8px 12px;
    border-radius: 3px;
    transition: background .1s;
    font-weight: 500;
}

.controls {
    text-align: center;
    margin-top: 10px;
}

.btn {
    display: inline-block;
    margin: 5px; 
}

h1 img {
    vertical-align: middle; 
    margin-right: 10px;
    padding-bottom: 5px;
}