﻿button {
  background-color:#30D5C8;
  color: #e5eae4;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 20px;
  width: 230px;
  height: 85px;
  float:left;
}
table {
 width:100%;
 padding:5px;
}
.header {
  background-color: #e5eae4;
  font-size:50px;
  text-align: center;
  width: auto;
  margin:5px 20px 5px 20px;
}
 /* Create three equal columns that float next to each other */
.column {
  width: auto;
}
/* Clear floats after the columns */
.row: {
  
  display: table-column;
 
}

body
{
background-color: #4169E1;
 display: flex;
 align-items: center;
 justify-content: center;
}

.aside {
    width: auto;
}
@media screen and (min-width: 1350px) {
  body {

    
  }

  .column {
      width:70%;
  }
  .aside {
    width: 30%;
}
.row 
{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
table
{
display: flex;

 justify-content: center;
}
}