/* Colors from: https://flatuicolors.com/palette/gb */

body {
    margin: 0;
    padding: 70px;
    font-family: 'Open Sans', sans-serif;
    color: #192a56;
}

h1 {
    font-size: 50px;
}

h1, h2 {
    color: #192a56;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.item-block {
    width: 100%;
    display: flex;
    margin: 30px 0;
    height: 200px;
}

.item-image {
    width: 200px;
}

.item-image canvas {
    width: 200px;
    height: 200px;
}

.item-right {  
    width: 100%;
    margin-left: 50px;
    position: relative;
}

.item-text {
    width: 100%;
    display: block;
}

.item-button {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.button {
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #0097e6;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.button:hover {
    opacity: 0.9;
}

.button-link {
    float: right;
    text-align: center;
    display:block;  
    width: 200px;
}