@font-face{
    font-family: 'squids';
    src: url("assets/squid.ttf")
    format('truetype');
}
#status{
    text-align: center;
    left: 50px;
    color: red;
    font-family:"squids";
    z-index: 3;
}
#mouse{
    width: 50px;
    height: 50px;
    background-color: rgb(222, 222, 112);
    border-radius: 50%;
    border: 1px solid black;
    position: absolute;
    left: 200px;
    top: 190px ;
    display: none;
}
#border{
    width: 1000px;
    height: 400px;
    border: 5px solid black;
    position: absolute;
    left: 150px;
    margin-top: 70px;
    background-color: rgb(229, 90, 118);
}
#score{
    font-family: 'squids';
    position: absolute;
    right: 150px;
    top: 120px;
    color: black;
}
#start{
    font-family: 'squids';
    background-color: transparent;
    color: red;
    font-size: 2rem;
    position: absolute;
    left: 570px;
    top: 320px;
    border: none;
    z-index: 2;
}
#clock_show{
    font-family: "squids";
    position: absolute;
    font-size: 1.5rem;
    left: 200px;
    color: black;
}
#overlay{
    width: 100%;
    height: 700px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: black;
    opacity: 0.7;
    display: block;
    z-index: 1;
}
#result{
    font-family: "squids";
    color: white;
    font-size: 1.5rem;
    position: absolute;
    left: 550px;
    top: 250px;
    z-index: 2;
    display: none;

}
