* { font-family: Verdana, Geneva, Tahoma, sans-serif; }
body { margin: unset; }
.topbar {
    background-color: rgb(247, 211, 84);
    padding: 15px;
    padding-left: 45px;
}
.topbar a {
    margin-right: 30px;
    color: white;
    text-decoration: none;
    font-weight: 700;
}
.header {
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: rgb(239, 244, 255);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 5px dotted rgb(113, 172, 230);
}
.header-title {
    text-align: center;
    font-size: 45px;
    line-height: 0px;
    color: rgb(247, 211, 84);
}
.header-text {
    text-align: center;
    font-size: 25px;
    color: rgb(132, 185, 237);
}
.header-image {
    height: 25px;
    width: 25px;
}
.content {
    padding-left: 50px;
    padding-top: 20px;
}
.content-header {
    color: rgb(113, 113, 113);
    line-height: 30px;
}
.content p, .content-link {
    color: rgb(113, 113, 113);
}
.apithat { padding-left: 10px; }
.apithat-api {
    color: rgb(91, 151, 212);
    padding-left: 25px;
    font-size: 25px;
    text-decoration: none;
    font-weight: 700;
    line-height: 35px;
}
.apithat-that { color: rgb(234, 191, 35); }
@media screen and (max-width: 750px) and (min-width: 576px) {
    .header-title { font-size: 35px; }
    .header-text { font-size: 20px; }
    .header-image {
        height: 20px;
        width: 20px;
    }
    .content-header {
        font-size: 25px;
        line-height: 15px;
    }
    .apithat-api { font-size: 20px; }
}
@media screen and (max-width: 575px) and (min-width: 426px) {
    .header-title { font-size: 22.5px; }
    .header-text { font-size: 15px; }
    .header-image {
        height: 15px;
        width: 15px;
    }
    .content { padding-left: 20px; }
    .content-header {
        font-size: 20px;
        line-height: 15px;
    }
    .apithat-api {
        font-size: 15px;
        padding-left: 10px;
    }
}
@media screen and (max-width: 425px) {
    .header-title { font-size: 20px; }
    .header-text { font-size: 12.5px; }
    .header-image {
        height: 12.5px;
        width: 12.5px;
    }
    .content { padding-left: 20px; }
    .content-header {
        font-size: 17.5px;
        line-height: 30px;
    }
    .apithat-api {
        font-size: 13.75px;
        line-height: 25px;
        padding-left: 10px;
    }
}