
body {
background-image: url("https://photos.smugmug.com/photos/i-G8kw7DQ/0/X2/i-G8kw7DQ-X2.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
}
/*background is a picture of the cross country team in a race at Franklin High School*/

img {
width: 200px;
height: 200px;
}

p {
color: white;
font-size: 50px;
font-family: times new roman;
}

.container {
/*border: 2px solid black;*/
padding: 5%;
border-radius: 20px;
}

.title {
text-align: center;
text-decoration: underline;
text-decoration: bold;
color: white;
}

.sidebar {
width: 20%;
min-width: 120px;
background-color: gray;
float: left;
margin-left: 5%;
text-align: center;
font-size: 30px;
font-family: Comic Sans MS;
border-radius: 20px;
border: 2px solid black;
padding: 2%;
}

.textarea {
width: 60%;
min-height: 300px;
background-color: gray;
float: left;
margin-left: 5%;
text-align: center;
font-size: 20px;
font-family: Comic Sans MS;
border-radius: 20px;
border: 2px solid black;
padding: 2%
}

a:link {
color: white;
}

a:visited {
color: white;
}

a:hover {
color: red;
}

a:active {
color: blue;
}