*, *::before, *::after{
  box-sizing: border-box;
}

body{
  height: 100vh;
  background-color: #313131;
  color: #FDDA65;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

table{
  display: flex;
  justify-content: center;
  align-items: center;
}

h2{
  display: flex;
  justify-content: center;
  align-content: center;
}

header{
  display: flex;
  justify-content: space-between;
  margin: 0 10vmin;
}

button{
  background-color:#FDDA65;
  border-radius: 50px;
  height: 40px;
  width: 100px;
  border: none;
  margin: 20px 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.red{
  background-color :#FB0000;
  height: 10vh;
  width: 10vmin;
}

.white{
  background-color: #FFFFFF;
  height: 10vh;
  width: 10vmin;
}