@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Quicksand:wght@300..700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&display=swap');

::selection {
    background-color: crimson;
    color: black;
}

body {
    background-color: #1f1f1f;
    overflow: hidden;
}

h1 {
    color: white;
    font-family: "Quicksand";
    font-weight: lighter;
    text-align: center;
    margin-top: 12vh;
    font-size: small;
}

h2 {
    font-size: 14px;
    font-family: "google sans code";
    font-weight: lighter;
}

.playButton {
    background-color: transparent;
    color: rgb(129, 129, 129);
    text-decoration: underline;
    border: 0px;
    font-family: "google sans code";
    cursor: pointer;
    transition: ease-in-out 0.2s;
}

.playButton:hover {
    background-color: crimson;
    color: #181818;
    transition: ease-in-out 0.2s;
}

.intro {
    text-align: center;
    font-size: 14px;
    color: #b1b1b1;
    font-family: "google sans code";
    font-weight: lighter;
    background-color: #181818;
    border-radius: 6px;
    padding: 20px;
    width: 20%;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 80px;
}

.links {
    text-align: center;
    font-size: 14px;
    color: #b1b1b1;
    font-family: "google sans code";
    font-weight: lighter;
    background-color: #181818;
    border-radius: 6px;
    padding: 20px;
    width: 20%;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 40px;
}

.item {
    text-decoration: none;
    color: #b1b1b1;
    margin-top: 10px;
    transition: ease-in-out 0.1s;
}

.item:hover {
    transition: ease-in-out 0.1s;
    letter-spacing: 0.5px;
    cursor: pointer;
    background-color: crimson;
    color: black;
}
