body{
    background-color: #212121;
    color: #000000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;



    margin: 0px;
    padding: 0px;
}

.top_banner {
    position: relative;
    min-height: 100px;
    text-align: center;
    margin: 0px;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 2px solid #ffffff;
    
}
a:link{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

ul{
    list-style-type: none;
}

.navbar li{
    display: inline-block;
    margin-right: 40px;
    font-size: xx-large;


    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    font-weight: 600;
    letter-spacing: 0.05em;
    /*background-color: #ffffff;
    border-style: solid;
    border-width: 3px;
    border-color: rgb(0, 0, 0);
    border-radius: 12px;
    padding: 12px 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);*/
}

.navbar li:hover{
    border-color: rgba(0, 0, 0, 0.2); 
    cursor: pointer;
}


.resume{
    height: calc(100vh - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.resume embed{
    width: 100%;
    max-width: 900px;
    height: 100%;
    border: none;
    box-shadow: 0 0 15px rgb(0, 0, 0);
}