*{
  box-sizing: border-box;
}

body {
  background-image: url(background.png);
  background-repeat: repeat;
}


.box {
  font-family: arial;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px;
  border-radius: 8px;
  width: fit-content;
  color: white;
}

.center{
  text-align: center;
  margin: 10px auto 0;
}

.bottom{
  margin-bottom: 1px;

}

.logo{
  width: 25%;
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
}

.column {
  float: left;
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

aside{
  margin-top: 50px;
}

p{
  font-size: 20px;
  max-width: 60ch;
}

.color1{
  color: rgb(63, 159, 0);
}

.top-left-text {
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: left;
}

