* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    color: #333;
    font-family: sans-serif;
    font-size: 1rem;
    line-height: 1.375;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
}

@media (min-width: 768px) {
    body {
        padding: 2rem;
    }
}

@media (min-width: 1200px) {
    body {
        padding: 3rem 2rem;
    }
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    margin-top: 2rem;
}

h1, h2, h3, h4, h5, h6, p, ol, ul {
    margin-bottom: 1rem;
}

h1, p, ol, ul {
    margin-top: 0;
}

form {
    margin-top: 2rem;
}

button {
    background-color: #767676;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    padding: .5rem 1rem;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    vertical-align: middle;
    user-select: none;
}

button + button {
    margin-left: 0.5rem;
}

.agree {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.agree:hover, .agree:focus {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.agree:focus {
    box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
}

.disagree {
    background-color: #6c757d;
    border-color: #6c757d;
}

.disagree:hover, .disagree:focus {
    background-color: #5c636a;
    border-color: #565e64;
}

.disagree:focus {
    box-shadow: 0 0 0 0.25rem rgb(130 138 145 / 50%);
}

.copyright {
    border: 0;
    height: 110px;
    margin-top: 12px;
    overflow: hidden;
    width: 100%;
}
