* {
    font-family:  "Anton SC";
    font-optical-sizing: auto;
    font-weight: 550;
    font-style: normal;
  }

* ::-webkit-scrollbar{
    display: none;
}

body {
    margin: 0;
}
canvas {
    margin: auto;
    align-self: center;
    width: 100%;
    height: 100%;
}

nav {
    display: flex;
    background-color: rgb(41, 191, 81);
    margin-left: -2px;
    margin-top: -10px;
    width: 100%;
    border-style: solid;
    border-color: black;
    justify-content: center;
    align-self: center;
    gap: 40px;
    padding-top: 5px;
}

.red {
    color: darkred;
}

.themeContainer{
    display: flex;
    gap: 20px;
    /*margin left bc rezuns*/
    margin-left: -205px;
}

.scoreContainer{
    display: flex;
    align-items: center;
    align-self: center;
}

.center {
    margin: 0 50px;
}

.blue {
    color: darkblue;
}

.fsClick{
    align-self: center;
    align-items: center;
}

#lock {
    width: 40px;
    height: 50px;
    align-self: center;
}
#lock:hover{
    filter: brightness(0.75);
}

#theme {
    width: 40px;
    height: 33px;
    align-self: center;
}
#theme:hover{
    filter: brightness(0.75);
}

#fullscreen {
    align-self: center;
}
#fullscreen:hover{
    filter: brightness(0.75);
}

#restart {
    width: 100px;
    height: 50px;
    margin-top: auto;
    margin-bottom: auto;
    background: linear-gradient(to bottom right, red, yellow);
    border-radius: 20px;
    border-width: 5px;
    border-style: inset;
    font-size: 14px;
    outline: none;
}

#restart:hover{
    filter: brightness(0.75);
}

#restart:active {
    filter: brightness(1.25);
    border-style: outset;
}

#description {
    width: 150px;
    height: 35px;
    border-radius: 10px;
    background-color: black;
    margin-top: auto;
    margin-bottom: auto;
    color: rgba(255,255,255,1);
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    clip-path: circle(0%);
    padding: 5px 5px;
}
