.title {
    color: green;
}
html {
    background-image:url("background001.svg");
    font-family: 'courier new';

}

#main-section {
    background-color: #674c2c;
    border: #3d2a13 7px dashed;
    border-radius: 30px;
    position: absolute;
    left: 175px;
    top: 150px;
    padding: 15px;
    height: 650px;
    width: 1500px;
    margin: auto;
}

#PFP {
    float: left;
    margin: right;
}

#Welcome {
    border: #e8c8a2 7px dashed;
    border-radius: 30px;
    text-align: center;
    background-color:cornsilk;
    height: 100px;
    width: 1450px;
    margin: auto;
    padding-bottom: 15px;
    padding-top: 1px;
    font-size: x-large;
}
/* makes intro and gtkm side by side */
#container {
    position: absolute;
    align-content: center;
    column-gap: 60px;
    padding: 15px;
    
}
#sidebar {
    border: #e8c8a2 7px dashed;
    border-radius: 30px;
    text-align: center;
    background-color:cornsilk;
    height: 333px;
    width: 100px;
    margin-left: -196px;
    margin-top: 60px;
    position: absolute;
    left: 220px;
    padding-bottom: 15px;
    padding-top: 1px;
    padding: 5px;
}
.sidebarbutton{
    position:absolute;
    width: 75px;
    z-index: 1;
    left: 5px;
    overflow-x: hidden;
    border: #76a052 3px dashed;
    border-radius: 60px;
    background-color: #a5cc83;
    font-family: 'courier new';
    padding: 10px;
    text-decoration: none;
}

#text {
    gap: 10px;
    position: absolute;
    text-align-last: center;
    padding-bottom: 15px;
    padding-top: 20px;
    padding: 50px;
    left: 300px;
    top: 30px;
    height: 350px;
    width: 820px;
    border: #e8c8a2 8px dashed;
    border-radius: 60px;
    background-color: cornsilk;
    font-family: 'courier new'  
}
 

/* Change unvisited links */
a:link {
  color: #000000;
}

/* Change visited links*/
a:visited {
  color: #000000;
}

/* Change link color for hovered*/
a:hover {
  color: #76a052;
}

/* Change active link*/
a:active {
  color: #a5cc83;
}





