h1.title {
    font-size: 40px;
    font-family: "Arial", sans-serif;
}

h2.subtitle {
    font-family: "Arial", sans-serif;
    font-size: 25px;
}

a.screenlink {
    color: rgb(36, 87, 255);
    text-decoration: none;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

a.screenlink.red{
    color: red;
}

a.screenlink:hover {
    font-weight: bolder;
}

a.devLink {
    color: rgb(26, 155, 0);
    text-decoration: none;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}  

a.devLink:hover {
    font-weight: bolder;
}

a.tag {
    background-color: rgb(255, 36, 36);
    padding: 0 10px;
    border-radius: 5px;
    color: white;
    font-weight: bolder;
    cursor: default;
}