body {
    background-color: lightblue;
    background-image:url('../images/111.JPG');
}

.box {
    border: 5px outset black;
    padding: 20px;
    display:flow-root;
    width: 60%;
    margin: 30px auto 0;
    background-color: whitesmoke;
}

.image {
    float: left;
    width: 300px;
    height: auto;
    margin-right: 20px;
}

.text {
    overflow: hidden;
    font-family: "Arial", sans-serif;
    color: black;
    font-size: 20px;
}

h1 {
    text-align: center;
    font-family: "Arial", sans-serif;
    color : tomato; 
    font-size: 50px;
}

h2 {
    text-align: center;
    font-family: "Trebuchet MS", sans-serif;
    color: blue;
    font-size: 30px;
}

h3 {
    text-align: center;
    font-family: "Trebuchet MS", sans-serif;
    color: blue;
    font-size: 25px;
}

p {
    font-family: "Arial", sans-serif;
    color: black;
    font-size: 20px;
}