body {
    background-color: #FFFFFF;
    margin: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

header {
    background: #4020DF;
    height: 80px;
    margin: 0px;
}

header img {
    width: 4%;
    border-radius: 50%;
    margin: 10px 10px 10px 25px;
    float: left;
}

.logo_text {
    font-size: 1.6em;
    display: inline-block;
    color: aliceblue;
    margin: 22px 10px 10px 15px;
}

.logo_text2 {
    float: right;
    font-size: 1.4em;
    display: inline;
    color: aliceblue;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 26px 10px 10px 15px;
}

.line {
    font-weight: 400;
    font-size: 17px;
}

header a:link {
    color: aliceblue;
    text-decoration: none;
}

header a:hover {
    border-bottom: solid white;
    padding-bottom: 22px;
}

header a:visited {
    color: aliceblue;
    text-decoration: none;
}

.main {
    width: 100%;
    margin: 0;
    padding: 0;
}

.space {
    height: 70px;
}

.main article {
    text-align: center;
}

.cover {
    width: 1000px;
    height: 350px;
    border-radius: 1%;
}

article a:hover {
    opacity: 0.8;
    color: blue;
}

article a:link {
    text-decoration: none;
}

.heading {
    color: #404040;
    font-size: 30px;
    text-align: left;
    margin-left: 285px;
    width: 100%;
    font-weight: 600;
    margin-bottom: 20px;
}

.intro {
    width: 57%;
    display: inline-block;
    text-align: center;
}

.me {
    width: 4%;
    border-radius: 50%;
    display: inline;
    float: left;
}

.name {
    text-align: left;
    padding-left: 50px;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}

.para{
    text-align: left;
    font-size: 20px;
    /* font-family: 'Courier New', Courier, monospace; */
    /* letter-spacing: 2px; */
    line-height: 35px;
    color:#404040;
}

.separator{

    width: 50%;
    opacity: .5;
    margin-top: 3%;
}

footer p{

    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

footer a:link, a:hover, a:visited{
    color:#404040;
    text-decoration: none;
}

