@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    scroll-behavior: smooth;
}

#gray-marker{
    color: #606060;
    font-weight: bold;
}

#yellow-marker{
    color: #F6FF00;
}

#red-marker{
    color: #F20000;
}

#orange-marker{
    color: #FF7700;
}

#logo{
    width: 150px;
    padding-top: 10px;
}

#logo__footer{
    width: 200px;
}
.white-filter {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 600px){
    #logo{
        width: 150px;
    }

    #logo__footer{
        width: 100px;
    }
    
}

.line{
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 1px;
    background: #ffffff;
}
