* {
    margin: 0;
    padding: 0;
    font-family: "Lucida Console", Monaco, monospace;
}

a:visited {
	color: #ff0000;
}

::selection {
  background-color: #ede0d4;
  color: #121212;
}


html {
  background-image: url('https://i.pinimg.com/736x/ba/dc/eb/badceb25369b034a9b903f56af84f4c9.jpg');
}

.icon {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    position: absolute;
    border: 1px solid grey;
    background-image: url('https://i.pinimg.com/736x/22/24/ed/2224ed729977f1a06eb28a172696a42b.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: lightgoldenrodyellow;
    background-position: center;
    margin-left: 100px;
    margin-top: 140px;
}

.header {
    width: 100%;
    height: 300px;
    background-image: url('https://i.pinimg.com/1200x/a6/bd/4d/a6bd4db7ee7053689bd971b36cbcd1ef.jpg ');
    border-bottom: 2px black;
    
}

.headertxt {
    position: absolute;
    margin-top: 240px;
    margin-left: 100px;
    font-size: 21px;
    color: white;
}

.column1 {
    width: 300px;
    height: 750px;
    margin-left: 100px;
    margin-top: 95px;
     background-color: rgba(112, 121, 83, 0.459);
    border: 1px solid black;
    
}

.column2 {
    width: 850px;
    height: 750px;
    position: absolute;
    margin-top: -750px;
    margin-left: 450px;
    font-family: Garamond, serif;
    background-color: rgba(112, 121, 83, 0.459);
    border: 1px solid black;
}

.links {
    width: 535px;
    height: 460px;
    position: absolute;
    margin-left: 310px;
    margin-top: 85px;
    box-sizing: border-box;
    font-family: Garamond, serif;
}

.column3 {
    width: 300px;
    height: 750px;
    position: absolute;
    margin-top: -750px;
    margin-left: 1350px;
    background-color: #664229;
    font-family: Garamond, serif;
}

.cal {
    width: 200px;
    height: 200px;
    border: none;
}

a {
    text-decoration: none;
    color: #132a13;
}

h1 {
    background-color: 588157;
    text-align: center;
    font-size: 20px;
    opacity: 1;
}

h2 {
    font-weight: 100;
    font-size: 20px;
    background-color:#3A5A40;
}

li {
    margin-left: 15px;
    list-style: none;
    opacity: 1;
}