.box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
header, main{
    background-color: antiquewhite;
    border: 5px solid black;
}
header{
    text-align: center;
    width:750px;
    height: 100px;
    align-items: center;
    background-image: url(bg/019C.png);
    background-size: 100% 100%;
}
main{
    width:750px;
    margin: 10px;

}
#home{
    color:red;
    background-color: yellow;
    border: 3px dotted black;
    padding: 10px;
    font-size: 25px;

}
h1{
    font-family: "Comic Sans MS";

}
