.title {
    color: red;
    font-size: 50px;
}

body {
    color: #000000;
    background-color: #0072C6;
    margin: 0;
    text-align: center;
    background-image: url("banner.jpg");
}

#container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

a img {
    border: none;
}

.text {
    color: azure;
    font-family: 'Open Sans', sans-serif;
    font: 400;
    font-size: 30px;
}

.anotherText {
    color: cyan;
    font-size: 40px;
}

