* {
    margin: 0;
    box-sizing: border-box;
    cursor: url(https://cur.cursors-4u.net/smilies/smi-3/smi269.gif), auto !important;
}

.updates {
  height: 200px; 
  overflow-y: auto; 
  padding: 10px;
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: Courier;
    font-size: 14px;
    line-height: 1.25;
    -webkit-text-size-adjust: 100%; /* Prevents Safari from auto-resizing text. */
    background-color: aliceblue;
    color: black;
    text-align: left;
    
    /* Vertically and horizontally centers #wrapper */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    
}

h3, h4 {
  text-align: center;
}

img {
  border: 2px solid black;
  width: 470px;
  height: 300px;
}