*
{
    margin:2;
    padding:2;
}
header
{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)) ,url(Background.jpg);
    height: 100vh;
    background-size: cover;
    background-position:center;
}

.nav-bar

{
    background:rgb(0,0,0,0.5);
    height: 80px;
}


.logo {
    margin: 10px 50px;
    height: 60px;
}

.logo2 {

 margin: 10px 10px;
 height: 10vh ;
 text-align: center;
}

.Menu li{
    display: inline-block;
    margin: 10px 5px;
    font-size: 20px,
}

.Menu li a{
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    font-family:  "calibri", Garamond, 'Comic Sans MS';
    letter-spacing: 4px;
    border: 1px solid #fff;
    font-size: 30px;
}

.Menu li a:hover {
    background: #fff;
    transition: .4s;
    color: #000;
}

.Welcome {
    position: relative;
    text-align: center;
    font-family:  "calibri", Garamond, 'Comic Sans MS';
    color: #fff;
    top: 160px;
}

.AfterWelcome {
    position: relative;
    text-align: center;
    font-family:  "calibri", Garamond, 'Comic Sans MS';
    color: #fff;
    top: 100px;
    font-size: 32px;
}

.Welcome h1{
    font-size: 42px;
    margin: 25px;
    font-family:  "calibri", Garamond, 'Comic Sans MS';
}

.AboutMe {
    position: relative;
    text-align: center;
    font-family:  "calibri", Garamond, 'Comic Sans MS';
    color: #fff;
    top: 160px; }

    p {
        font-size: 20px;
        margin: 25px;
        font-family: "calibri", Garamond, 'Comic Sans MS';

    }
