body {
    background-color: white;
}

.main {
    max-width: 1400px;
    min-height: 400px;
    border-radius: 15px;
    /*padding: 15px;*/
    margin: auto;
    text-align: center;
    border: 1.5px;
    border-color: black;
    /*border-width: 1px;*/
    /*border-style: solid;*/
    background-color: white;

}

.profile-img {
    /*border-radius: 10px;*/
    padding: 10px;
    /*padding-bottom: 30px;*/
    margin: auto;
    width: 60%;
    vertical-align: middle;
}

h1 {
    /*background-color: #f44337;*/
    color: black;
    padding: 5px 20px;
    /*margin: 1px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    /*font-style: oblique;*/
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 30.0px;
}

p {
    font-size: 20px;
}

.myname p {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 26px;
    word-spacing: 2px;
    letter-spacing: 4px;
    margin: 10px;
    color: #101010;
    outline-color: black;
    font-family: "Montserrat", "Times New Roman", Times, serif;
}

.profile_links {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.profile_link {
    float: left;
    padding: 6px;
}


.links_social_media a:link, a:visited, a:hover, a:active {
    cursor: hand;
}

.resume {
    text-align: center;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
}

.resume_title {
    margin-top: -8px;

}

.resume_title a {
    text-decoration: underline;
    /*text-decoration: none;*/
    cursor: hand;
    /*color: red;*/
    color: black;
    font-size: 18px;
    font-weight: 400;
}

.resume_title a:link, a:visited, a:hover, a:active {
    cursor: hand;
        /*text-decoration: none;*/

    text-decoration: underline;
    color: black;
}

.resume a {
    text-decoration: none;
    cursor: hand;
    /*padding: 10px;*/
    /*margin: 5px;*/
}

.resume a:link, a:visited, a:hover, a:active {
    cursor: hand;
    text-decoration: none;
}

.about p {
 font-size: 18px;
}


.projects {
    float: inherit;
    max-width: 1400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.projects-card {
    width: 290;
    display: inline-block;
    border: 1px;
    min-height: 100px;
    min-width: 100px;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    /*border-color: black;*/
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin: 20px;
    margin-top: 10px;
    cursor: hand;
}

.projects-card:hover{
    box-shadow: 0 0 15px #888888;
}

.projects-card p {
    color: black;
    line-height: 35.0px;
    /*font-weight: 600;*/
    text-align: center;
}

.projects img {
    display: block;
    margin: auto;
    padding: 5px;
}
.projects p {
    font-size: 24px;
}

.projects h3 {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
}
