@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap');

body {
    background-color: #FFFFFF;
    color: #242424;
    font-family: 'PT Sans', sans-serif;
    margin: 0;
    padding: 0;
    text-align: right;
}

div {
    overflow: auto;
    overflow-y: hidden;
}

h1 {
    display: block;
    width: 100%;
    margin-bottom: 1.25em;
}

p {
    margin-bottom: 1em;
}

a {
    color: #0088ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #242424;
}

.help {
    border-bottom: #ffdddd 1px solid;
    padding: 12px 0;
    margin-bottom: 32px;
}

.help a {
    display: block;
    width: 1000px;
    margin: 0 auto;
}

.mainframe {
    width: 1000px;
    margin: 0 auto;
}

.content {
    background: url(images/strawberry3.jpg) no-repeat;
    margin-bottom: 64px;
}

.text {
    margin-bottom: 64px;
}

.text p:last-child {
    margin-bottom: 0;
}

.text-1, .text-2, .text-3 {
    text-align: left;
    float: right;
    clear: both;
    display: inline;
}

.text-1 {
    width: 36em;
}

.text-2 {
    width: 34em;
}

.text-3 {
    width: 32em;
}

.downloads {
    float: right;
    clear: both;
    width: 24em;
    padding: 12px;
    border: #aa0000 1px solid;
    background-color: #ffdddd;
    margin-bottom: 24px;
    border-radius: 4px;
}

.downloads p {
    display: block;
    text-align: left;
}

.downloads a {
    display: block;
    color: #aa0000;
}

.downloads a:hover {
    text-decoration: underline;
    color: #242424;
}

.downloads:last-child {
    margin-bottom: 0;
}

.sponsor {
    text-align: left;
    width: 100%;
    margin-bottom: 64px;
}
