h1.title {
  font: normal 24px/1.5 "Open Sans", sans-serif;
  color: #F44336; }

div.container {
  color: #F44336;
  background: #fff;
  width: 800px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 50px; }

div.column-half {
  width: 400px; }

div.column-fifth {
  width: 160px; }

.small-blue-square {
  width: 20px;
  height: 20px;
  background-color: blue; }

.big-red-square {
  width: 300px;
  height: 300px;
  background-color: red; }

.frame:hover {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg); }

.dialog-button, .confirm, .cancel {
  box-sizing: border-box;
  color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  padding: 12px 40px;
  cursor: pointer; }

.confirm {
  background-color: #87bae1;
  float: left; }

.cancel {
  background-color: #e4749e;
  float: right; }

ul {
  list-style: none; }
  ul li {
    padding: 15px;
    display: inline-block; }
    ul li a {
      text-decoration: none;
      font-size: 16px;
      color: #444; }

a {
  padding: 10px 15px;
  background-color: #2196F3; }

a:hover {
  background-color: #0c7cd5; }
