* {
  box-sizing: border-box;
}

body {
    margin: 0;
}

header {
    font-family: monospace;
    background-color: #0087BD;
    color: ghostwhite;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
