
body {
    font-family: 'Times New Roman', Times, serif;
    margin: 0px;
}

p {
    text-align-last: center;
}
/* header */
.redirect{
    background-color: red;
    margin: none;
    width: 100%;
    height: 30px;
    padding-top: 10px;
}

a {
    color: white;
    text-decoration: none;
}

.header{
    text-align: center;
}

.big{
    font-size: 50px;
}

.spacer {
    padding: 10px;
}
/* grid time */

.buffer {
    margin:auto;
    max-width: 900px;
}

.container {
    margin: auto;
    display:grid;
    grid-template-columns: 300px 300px 300px;
    grid-template-rows: 200px 200px 200px;
}

#movemenu{
    margin-left: 25%
}

#submit{
    margin-left: 38%
}

#movein {
    display: none;
}


.countheader {
    text-align-last: center;
}

.count {
    text-align-last: center;
    font-size: larger;
    border: solid red;
    width: 200px;
    padding: 10px;
    justify-self: center;
}

img {
    width: 200px;
    margin-left: 50px;
}

#julytasks {
    display: none;
}

#augtasks {
    display: none;
}

.item7 {
    grid-column: 3;
}

.taskbutton {
    margin-left: 15%;
    background-color: transparent;
    border: none;
}

.taskbutton:hover {
    border: solid 2px red;
}