
section {
    width: 80%;
    height: auto;
    
    overflow: auto;
    
    padding: 20px;
    margin: 10px auto;
    
    border: 2px double #4C9CF1;
    border-radius: 4px; 
}

section p {
    padding: 10px;
    width: 90%; 
}

section a {
    color: #2786EA;
}

section a:hover {
    text-decoration: underline;
}

section img {
    position: relative;
    float: right;
    width: 300px;
    margin: 20px;
    
    box-shadow: 6px 4px 6px #aaa;
}

.motto {
    width: 100%;
    padding: 5px;
    text-align: center;
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    color: #000;
    background-color: #fff;
    border-radius: 4px;
}