:root{
    --bs-link-color: black;
    --bs-link-hover-color: red;
}
html{
    margin: 0px;
    padding: 0px;
    /*overflow: hidden;*/
}
body{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background-size: cover;
}
a{
    text-decoration-line: none;
    font-size: 2rem;
    font-weight: bolder;
}

@font-face {
    font-family: 'ONE-Mobile-Regular';
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Regular.woff%27) format('woff'");
    font-weight: normal;
    font-style: normal;
}