@import url('https://fonts.googleapis.com/css2?family=Titan+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.background{
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: -1;
    background-color: #ff5e00; 
    background-image: url('https://github.com/Reditnumber4/Reditlet-Rewrite-Assets/blob/047f6d11b76e748e18641d991258a09b33b1b0d8/Background.png?raw=true');
    background-size: 180px 180px;
    transform: rotate(15deg);
}
h1{
    font-family: 'Titan One';
    font-size: 70px;
    color: white;
    letter-spacing: 0.85px;
}
h2{
    font-family: 'Roboto';
    color: white;
    letter-spacing: 0.85px;
}
h3{
    font-size: 20px;
    letter-spacing: 0.85px;
}
.tos-sections{
    font-family: 'Roboto';
    color: white;
    letter-spacing: 0.85px;
    font-size:18px;
    letter-spacing: 0.85px;
}
.copyright{
    font-family: serif;
    opacity: 0.7px;
    text-align: center;
    letter-spacing: 0.85px;
}