.box1{
    background-color: #78201B;
    width: 200px;
    height: 300px;
    border: black solid 10px;
    box-sizing: border-box;
    float: left;
}
.box2{
    background-color: #5d2a88;
    width: 150px;
    height: 250px;
    float: left;
    border: black solid 10px;
    box-sizing: border-box;
    float: left;
}
.box3{
    background-color: #b89628;
    width: 250px;
    height: 200px;
    border: black solid 10px;
    box-sizing: border-box;
    float: left;
}
.box4{
    background-color: #128170;
    width: 250px;
    height: 200px;
    border: black solid 10px;
    box-sizing: border-box;
    float: right;
}
.box5{
    background-color: #95629f;
    width: 150px;
    height: 150px;
    border: black solid 10px;
    box-sizing: border-box;
    float: right;
}
.box6{
    background-color: #ea6f80;
    width: 200px;
    height: 100px;
    border: black solid 10px;
    box-sizing: border-box;
    float: right;
}
.box7{
    background-color: #429762;
    width: 150px;
    height: 200px;
    border: black solid 10px;
    box-sizing: border-box;
    float: left;
}
.box8{
    background-color: #000ccd;
    width: 200px;
    height: 200px;
    border: black solid 10px;
    box-sizing: border-box;
    float: left;
}
.box9{
    background-color: #ff0004;
    width: 150px;
    height: 200px;
    border: black solid 10px;
    box-sizing: border-box;
    float: right;
}
.box10{
    background-color: #e67616;
    width: 100px;
    height: 200px;
    border: black solid 10px;
    box-sizing: border-box;
    float: right;
}


.container{
    background-color: white;
    width: 600px;
    height: 600px;
    margin: 0 auto;
    margin-top: 8%;
    border: black solid 10px;
}
.link-text{
    color: #78201B;
    font-size: 35px;
    font-family: "Malgun Gothic";
    float: left;
    margin-left: 50px;
}