body {
    margin: 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;}

p {
    font-size: 1.25em;
}

ul {
    font-size: 1.25em;
}

h1 {
    font-family: 'Sacramento', cursive;
    font-size: 500%;
    color: #66BFBF;
    line-height: 4px;
}

h2 {
    color: #66BFBF;
    font-size: 2.5em;
    font-weight: normal;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    color: #66BFBF;
    font-size: 4em;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    color: #11999E;
    font-size: 2em;
}

a {
    color: #11999E;
}

hr {
    border-style: dotted;
    color: #EAF6F6;
    width: 4%;
    border-width: 10px;
    border-top: 0;
    margin: 5em auto;
}

.skill-row {
    width: 50%;
    margin: 100px auto 100px auto;
    text-align: left;
    line-height: 2;
}

.top-container {
    background-color: #EAF6F6;
    padding: 50px 0;
    position: relative;
}

.skill-icon {
    width: 25%;
    float: left;
    margin-right: 30px;
}

.skill-icon2 {
    width: 25%;
    float: right;
    margin-left: 30px;
}

.bottom-container {
    margin-top: 0;
    background-color: #66BFBF;
    padding-bottom: 0.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 1em;
    text-align: center;
}

.footer-link {
    color: #11999E;
    text-decoration: none;
    font-size: 19px;
    max-width: 25vw;
    flex: 0 1 30vw;
    display: block;
    word-break: break-word;
    box-sizing: border-box;
    height: 100%;
    margin: 1em 0;
}

.contact-me {
    margin-bottom: 5%;
}

#owen {
    text-align: center;
    position: relative;
    width: 40%;
    bottom: 60px;
    border-radius: 50%;
}

#email {
    width: 20%;
}

#contactme {
  background: #11cdd4;
  background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
  background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
  background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
  background-image: -o-linear-gradient(top, #11cdd4, #11999e);
  background-image: linear-gradient(to bottom, #11cdd4, #11999e);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

#contactme:hover {
  background: #30e3cb;
  background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
  text-decoration: none;
}

#copyright {
    color: #ffffff;
    margin: 0.5em 0 0 0;
    text-decoration: none;
    font-size: 19px;
}
