.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: 560px;
    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;
}
/* 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;
}

#links {
    border: #e8c8a2 7px dashed;
    border-radius: 30px;
    text-align: center;
    background-color:cornsilk;
    height: 85px;
    width: 500px;
    position: absolute;
    top: 250px;
    left: 395px;
    margin-left: -196px;
    margin-top: 60px;
    padding-bottom: 25px;
    padding-top: 1px;
    justify-content: center; 
}
/* gets rid of weird lines between buttons */

.social{
  display:inline-flex;
  padding: 10px;
  font-size: 1rem;
  font-family: 'courier new';
  color: buttontext;
  background-color: #a5cc83;
  border: #76a052 3px dashed;
  border-radius: 60px;
  cursor: pointer;
  user-select: none;
  text-align: center;
  text-decoration: none;
}

a {
  text-decoration: none;
}
#intro {
    border: #e8c8a2 7px dashed;
    border-radius: 30px;
    text-align: center;
    background-color:cornsilk;
    height: 250px;
    width: 500px;
    position: absolute;
    left: 200px;
    padding-bottom: 15px;
    padding-top: 1px;
    font-size: 22px;
   
}
#intro h3 {
    align-self: center;
}

#intro span {
    align-self: center;
}
 

#Get-to-know-me {
    border: #e8c8a2 7px dashed;
    border-radius: 30px;
    text-align: center;
    background-color:cornsilk;
    height: 225px;
    width: 700px;
    position: absolute;
    left: 770px;
    padding-bottom: 175px;
    padding-top: 1px;
    font-size: 20px;
}

#sean {
    border: #e8c8a2 7px dashed;
    border-radius: 30px;
    text-align: center;
    background-color:cornsilk;
    height: 25px;
    width: 500px;
    position: absolute;
    left: 1000px;
    top: 460px;
    padding-bottom: 5px;
    padding-top: 1px;
    font-size: 20px;
}

/* 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;
}





