#main{background-image: url("images\\pic_3.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;  
    margin: 0; height: 100%; 
}

#main2{
    background-color: rgb(198, 185, 140);
}

#main3{
    background-color: rgb(198, 185, 140);
}

h1{
    font-size: 120px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    text-align: left;
    line-height:0.7em;
}

#text-box{
    width: 650px;
    font-size: 22px;
    padding: 65px;
}

#name{
    bottom: 100px;}

#empty{
    width: 300px;
    height: 250px;
}

#empty2{
    height: 150px;
}

#idiom{
    width: 300px;
    height: 400px;
    position: relative;
    left: 300px;
    bottom: 10px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.navbar{
    opacity: 90%;
}

#menu{
    font-size: 40px;
    padding: 10px;
}

.nav-item{
    padding: 10px;
}

#navbarNav{
    padding: 15px;
}

#text{
    font-size: 25px;
    border: 15px;
    padding: 20px;
    padding-top: 100px;
}

#AboutMe{
    border-radius: 15px;
    background: rgba(100, 96, 96, 0.5);
    width: 900px;
    height: 500px;
}

#ContactMe{
    border-radius: 15px;
    background: rgba(100, 96, 96, 0.5);
    width: 700px;
    height: 500px;
}

#MyPic{
    width: 93.5%;
    left: 55px;
    position: relative;
    border-radius: 0 10px 10px 0;
}

#MyPic2{
    width: 91.8%;
    left: 55px;
    position: relative;
    border-radius: 10px 0 0 10px;
}