* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

a:visited {
	color: #2300ff;
}

body {
  background-image: url('images/darkbluevoid.webp');
}


.icon {
    width: 100px;
    height: 100px;
    border-radius: 40px;
    position: absolute;
    border: 5px hotpink;
    background-image: url('images/joost.png');
    background-repeat: no-repeat;
    background-size: 100px;
    background-color: hotpink;
    background-position: center;
    margin-left: 100px;
    margin-top: 130px;
}

.header {
    width: 100%;
    height: 200px;
    background-image: url('images/pinksparkletile.jpg');
    background-repeat: repeat;
}

.headertxt {
    position: absolute;
    margin-top: 240px;
    margin-left: 100px;
    font-size: 21px;
}



.column1 {
    width: 300px;
    height: 750px;
    margin-left: 100px;
    margin-top: 95px;
    background-image: url('images/bluebackgroundgif.webp');
    
}

.column2 {
    width: 850px;
    height: 750px;
    position: absolute;
    margin-top: -750px;
    margin-left: 450px;
    background-color: hotpink;
}

.quote {
    background-color: #FAFFC6;
    height: 66px;
    width: 535px;
    position: absolute;
    margin-left: 310px;
    font-style: italic;
    color: #555;
    text-align: center;
    padding-top: 10px;
}

.links {
    width: 535px;
    height: 460px;
    position: absolute;
    margin-left: 310px;
    margin-top: 85px;
    box-sizing: border-box;
}

.column3 {
    width: 300px;
    height: 750px;
    position: absolute;
    margin-top: -750px;
    margin-left: 1350px;
    background-image: url('images/bluebackgroundgif.webp');
}

.cal {
    width: 200px;
    height: 200px;
    border: none;
}

 /* unvisited link */
a:link {
  color: blue;
}

/* visited link */
a:visited {
  color: pink;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: indigo;
} 

h1 {
    background-color: hotpink;
    text-align: center;
    font-size: 25px;
}

h2 {
    font-weight: 100;
    font-size: 20px;
}

li {
    margin-left: 15px;
    list-style: none;
}