html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    background-color: #FFFFFF;
    color: #26223E;
    font-family: Calibri, sans-serif;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

img {
    margin: 40px auto;

    width: auto;
    height: 40%;
    display: list-item;
}

button {
    background-color: #EAC737;
    margin: 0 auto;
    border: none;
    color: WHITE;
    padding: 6px 12px;
    font-size: 22px;
    border-radius: 4px;
    cursor: pointer;
    display: list-item;
}

button:hover {
    font-size: 23px;
}

button:focus { 
    outline: none; 
}

p {
    margin: 0;
    font-size: 26px;
    font-weight: bold;
}

#code {
    font-size: 80px;
}

a {
    text-decoration: none;
}