body {
    background-color:#3b013b;
}
h1 {
    color: #e0a72b;
    text-align: center;
    font-size: 50px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
h6 {
    font-size: 0px;
}
.box-1 {
    background-color: #e0a72b;
    float: left;
    width: 43vw;
    margin-left: 100px;
    margin-right: 30px;
    padding-left: 10px;
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
#ghost-dog {
    width: 375px;
}
.flyt {
    float: left;
}
p {
    font-size: 20px;
}
table, tr, th, td {
    border: 1px black solid;
}
table {
    border-collapse: collapse;
    float: left;
    font-size: 20px;
}
.box-2 {
    background-color: #e0a72b;
    width: 37vw;
    float: right;
    margin-right: 100px;
    border-style: dotted;
    border-width: 10px;
    border-color: #3b013b;
    border-radius: 7px;
    padding-left: 40px;
    margin-bottom: 30px;
    padding-right: 1px;
}
#heks {
    width: 500px;
}
.box-2 h2 {
    font-size: 33px;
}
.box-2 p {
    width: 30vw;
}
li {
    font-size: 20px;
}