
body {
    font-size: small;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.6em;
    background-color: rgb(198, 234, 240);
}

.allcontent{
    width: 800px;
    margin: auto;
    background-color: white;
    text-align: center;
}

h1 { color: rgb(17, 21, 77); text-align: center;}
h2 { color: rgb(67, 29, 138);
      text-decoration: underline;
    text-align: center;}
h3 {color: rgb(68, 116, 172);
text-align: center;}

.timeinRome {
    border-color: #4545bb;
    border-width: 1px;
    border-style: solid;
    background-color: white;
    padding: 10px;
    margin: 10px;
    margin-right: 290px;
}

.placestraveled {
    border-width: thin;
    border-style: solid;
    border-color: #4545bb;
    width: 200px;
    padding: 0px 20px 20px 20px;
    margin: 0px 20px 20px 10px;
    text-align: center;
    background-repeat: repeat-x;
    line-height: 1em;
    float: right;
}
