@charset "UTF-8";
body {
    background-color: rgba(95,115,101,1.00);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: rgba(124,156,133,1.00);
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    border-bottom-width: medium;
    font-size: 1em;
}
#container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
    width: 960px;
    height: auto;
    background-color: rgba(79,75,94,1.00);
    border: 25px double rgba(95,115,101,1.00);
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: -webkit-linear-gradient(270deg,rgba(79,75,94,1.00) 19.02%,rgba(16,21,17,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(79,75,94,1.00) 19.02%,rgba(16,21,17,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(79,75,94,1.00) 19.02%,rgba(16,21,17,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(79,75,94,1.00) 19.02%,rgba(16,21,17,1.00) 100%);
}
.selfie {
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 25px;
    border: 25px double rgba(95,115,101,1.00);
}
header {
    text-shadow: 0px 5px 2px rgba(16,21,17,1.00);
    text-align: center;
    font-weight: bolder;
    font-size: 2.4rem;
    border-bottom: medium solid rgba(16,21,17,1.00);
    font-variant: small-caps;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
main {
    margin-left: 35px;
    margin-right: 35px;
    color: rgba(124,156,133,1.00);
}
main .welcomTextP {
    text-align: center;
    font-size: 1rem;
}
main h1 {
    text-align: center;
    font-style: normal;
    text-decoration: none;
    text-shadow: 1.5px 0px rgba(179,197,184,1.00);
}
main h2 {
    text-shadow: 1.5px 0px rgba(179,197,184,1.00);
}
main ul {
    margin-left: 10px;
    margin-right: 45px;
    text-align: justify;
    padding-bottom: 10px;
    border-bottom: thin double rgba(179,197,184,1.00);
}
main ul li {
	list-style-type: none;
}
li p {
    color: rgba(162,179,167,1.00);
    font-variant: normal;
    font-size: 1.rem;
}
aside h1 {
	 text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-shadow: 1.2px 0px 0 rgba(179,197,184,1.00);
}
aside ul {
    margin-right: 65px;
    margin-left: 45px;
    margin-bottom: 20px;
    text-shadow: 0px 0px;
    list-style-type: none;
    text-align: justify;
}

footer {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-top-style: double;
    border-top-color: rgba(179,197,184,1.00);
}
footer h1 {
    text-align: center;
	text-shadow: 1.5px 0px rgba(179,197,184,1.00);
    margin-top: 10px;
    margin-bottom: 10px;
}
footer ul {
    text-align: center;
    padding-right: 40px;
    margin-bottom: 10px;
    padding-bottom: 10px;
	list-style-type: none;
}
footer ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

a:link, a:visited  {
    color: #B3C5B8;
    text-decoration: none;
}

a:hover, a:active {
    color: #54F6A4;
    text-shadow: 0 0 rgba(16,21,17,1.00);
    letter-spacing: normal;
    font-size: 1.3rem;
}
