@import url('https://fonts.googleapis.com/css2?family=Foldit:wght@100..900&family=Offside&family=Rubik+Maps&family=Rubik+Spray+Paint&display=swap');

p {
    text-align: center;
    font-family: "Offside", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: medium;
}


h1 {
    font-family: "Rubik Maps", system-ui;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

h2 {
    text-align: right;
}

body { 
    background-color: darkolivegreen;
}

.font{ 
    font-family: "Foldit", sans-serif;
    font-optical-sizing: auto;
    font-weight: <400>;
    font-style: normal;
}

h4 { 
    font-family: "Rubik Spray Paint", system-ui;
    font-weight: 400;
    font-style: normal;
}

button {
    font-family: "Rubik Spray Paint", system-ui;
    font-weight: 400;
    font-style: normal;
}

h3 {
    font-family: "Rubik Maps", system-ui;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

.font {
    font-family: "Foldit", sans-serif;
    font-optical-sizing: auto;
    font-weight: <100>;
    font-style: normal;
}