body {
    color:rgb(115, 66, 85);
    background-color:antiquewhite;
    font-family:'Courier Prime', serif;
    font-size:25px;
    max-width:800px;
    margin:0 auto;
    padding:20px;
    

}

.center {
    text-align:center;
}

p {
    background-color:rosybrown
    border: 5px solid;
    padding: 20px;
    text-align:center;
    font-size:20px;
    
}

a  {
    color:rgb(75, 3, 231);
    text-decoration:none;
}

.bold {
    font-size:30px;
}

.shadow {
    width:800px;
    height:300px;
    background-color:rgb(117, 148, 235);
    box-shadow: 10px 10px;
}

.column {
    columns:300px 2;
    height:300px;
    margin-top:50px;

}

.border-box {
    background-color:rosybrown;
    width:300px;
    height:200px;
    padding:20px;
    box-shadow: 10 px 10px;
}

.column-2 {
    columns:400px 2;
    height:600px;
    margin-top:50px;
}