@font-face {
    font-family: titleFont;
    src: url(Fonts/Ubuntu-Medium.ttf);
}

@font-face {
    font-family: defaultFont;
    src: url(Fonts/Ubuntu-Regular.ttf);
}

body {
    background-color: #191919;
    margin: 0px;
}

body::-webkit-scrollbar {
    width: 0.5vw;
}

body::-webkit-scrollbar-track {
    background: #191919;
}

body::-webkit-scrollbar-thumb {
    background: #272727;
}
h2 {
    top: 0;
    color: white;
    font-size: 35px;
    font-family: titleFont;
}

.link, p {
    margin-left: 35px;
    color: white;
    font-family: defaultFont;
}


.page-button, .page-button:hover {
    background-color: #ff6600;
    color: white;
    font-size: 20px;
    font-family: defaultFont;
    width: 90%;
    border: none;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #131313;
    position: absolute;
    bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.page-button:hover {
    text-decoration-line: underline;
    text-decoration-color: white;
    cursor: pointer;
    transform: scale(1.015);
}
/*
@media (max-width: 576px) {
    
}*/



