home {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f2f4f6;
    padding: 10px;
}

pre code {
    border-radius: 2px;
    text-align: left;
}

button, .button {
    background-color: #3085d6;
    color: #fff;
    border: 0;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 3px;
    padding: 15px 35px;
    cursor: pointer;
    white-space: nowrap;
}

blockquote {
    margin: 0 0 10px 0;
    border-left: 5px solid gray;
    padding-left: 10px;
}
