html {
    background-color: rgb(32, 42, 52);
    font-family: 'Noto Sans',sans-serif;
    color: rgb(212, 212, 212);
}

h1 {
    margin-top: 200px;
}

h1, body > h2 {
    text-align: center;
}

.button {
    border: none;
    width: 200px;
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 10px;
    color: rgb(212, 212, 212);
    border-radius: 5px;
}

#chromeStore {
    background-color: #e31b53;
}

#github {
    background-color: rgb(36, 41, 46);
}

#menu {
    margin-top: 100px;
    margin-bottom: 300px;
    text-align: center;
}

div > img {
    border: 1px rgb(26, 31, 36) solid;
    width: 50%;
    height: auto;
    float: left;
}

img {
    margin-left: 20px;
}

.imageDescription > p, .imageDescription > h2 {
    padding-left: 55%;
    font-size: 20px;
}

div {
    margin-bottom: 30%;
}

#div2 {
    margin-bottom: 43%;
}

@media (max-width: 1000px) {
    div {
        display: flex;
        flex-direction: column;
    }
    div > img {
        width: 95%;
    }
    .imageDescription > p, .imageDescription > h2 {
        padding-left: 5%;
    }
}

footer img {
    width: 30px;
    height: auto;
    float: right;
    margin-bottom: 5px;
}