body {
    background-color: white;
    box-sizing:border-box;
    width: 100%;
    font-family: "Open Sans";
    padding: 20px;
    margin: 0px;
}
h1 {
    font-size: 18px;
    display: inline-block;
    color: black;
}
p {
font-size: 13px;
}
/* Social */
footer {
    margin-top: 50px;
}
a.chromeext img {
    width: 100%;
    max-width: 500px;
}
a.discord-link {
    max-width: 300px;
    display: block;
    margin-top: 20px;
    cursor: pointer;
    position: relative;
}
a.discord-link button {
    cursor: pointer;
    width: 100%;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
    background: white;
}
div.icons {
    margin-top: 20px;
    margin-bottom: 5px;
}
div.icons img {
    width: 30px;
    height: auto;
    margin-right: 5px;
}
div.icons img.twitter {
    width: 34px;
}
a.discord-link label {
    float: left;
    width: 150px;
    margin-top: 10px;
    font-size: 0.9em;
    font-weight: 600;
    pointer-events: none;
}
a.discord-link button img.discord {
    width: 50px;
    float: right;
}
a.discord-link img.finger {
    position: absolute;
    right: 20px;
    top: 35px;
    width: 70px;
}
