* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 50px;
}

select {
  padding: 3px;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  background: #f8f8f8;
  color: #888;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100px;
  margin-left: 250px;
}

.minContainer {
  padding: 20px;
  padding-right: 30px;
  position: absolute;
  margin-left: 120px;
}

h1 {
  text-decoration-line: underline;
  color: red;
  margin-left: 400px;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
  cursor: pointer;
  margin-left: 150px;
  margin-top: 20px;
}
.td {
  border: 2px solid black;
  font-size: 100px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  line-height: 1.428571429;
  width: 150px;
  height: 150px;

  text-align: center;
}

.X {
  background-color: red;
}

.O {
  background-color: black;
  color: white;
}
