a, a:visited {
    color: #05aa96;
    font-weight: bold;
}

a:hover {
    color: #352e23;
}

body {
    font-family: Tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333;
}

.main {
    max-width: 500px
}

p.img {
    text-align: center;
}

p.desc {
    text-align: justify;
}