@font-face {
    font-family: "PFStardust";
    src: url("../PF스타더스트 3.0.ttf") format("truetype");
}

body {
    background-image: url(bg.png);
    font-family: "PFStardust";
}

#container {
    margin-top: 50px;
}

#boxes {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    
}

.section {
    width: 200px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left: 20px;
    margin-top: 20px;
    background-image: url(box-background.jpg);
    color: #00FFF6;
    text-align: center;
    float: left;
}

#heading {
    text-align: center;
}

h2 {
    text-decoration: underline;
}

#home {
    color: orangered;
    float: right;
}

a {
    color: aquamarine;
}