body{
   background-color: #7b63ff;
}
* {
  box-sizing: border-box;
}

.column {
  float: left;
  padding-right: 50px;
}

.column1 {
  width: 25%;
}

.column2 {
  width: 50%;
}

.main:after {
  content: "";
  display: table;
  clear: both;
}
#leiomy{
    border-style: dotted;
}
#dashaun{
    border-style: dashed;
}