/* Copyright (c) Microsoft Corporation.
Licensed under the MIT license. */

#root {
 
}

@media only screen and (max-width: 1333.33px) {
  #root {
  
  }
}

header {
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 2%;  
}

#title {
  color: #2A22F0;
  float: left;
  font: Lighter 30px Segoe UI;
}

#welcome {
  color: #2C2C2C;
  padding-top: 10px;
  text-align: right;
}
