
  .box{
    width: 450px;
    background: rgba(0, 0, 0, 0.4);
    padding: 40px;
    text-align: center;
    margin: auto;
    margin-top: 5%;
    color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .box-img{
    border-radius: 50%;
    width: 200px;
    height: 200px;
  }

  .box h1 {
	position: relative;
	top: 10px;
    letter-spacing: 4px;
    font-weight: 100;
	font-size: 40px;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Roboto", sans-serif;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0px 0px 5px 5px;
}
body {
    display: flex;
    background: url(bg.jpg) no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .box h1:hover{
        position: relative;
        font-weight: 100;
        font-size: 40px;        
        color: rgba(0, 0, 0, 0.4);
        font-family: "Roboto", sans-serif;
        text-align: center;
        text-transform: uppercase;
        border-radius: 0px 0px 5px 5px;
    }
    @media (orientation: portrait) {
        .box h1 {
            position: relative;
            top: -10vw;
            letter-spacing: 4px;
            font-weight: 300;
            font-size: 100px;            
            color: rgba(0, 0, 0, 0.4);
            font-family: "Roboto", sans-serif;
            text-align: center;
            text-transform: uppercase;
            border-radius: 0px 0px 5px 5px;
        }
    }
    .box h1::before{
        content: attr(data-text);
        position: absolute;
        color: #fff;
        width: 100px;
        overflow: hidden;
        white-space: nowrap;
        border-right: 4px solid #fff;
        animation: animate 5s linear infinite;
        filter: drop-shadow(0 0 20px white) drop-shadow(0 0 50px white);
    }

    @keyframes animate{
        0%, 10%, 100%{
            width: 0;
        }
        70%, 90%{
            width: 100%;
        }
    }


  .box h5{
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 100;
  }
  .box p{
    text-align: center;
  }
  ul{
    margin: 0;
    padding: 0;
  }
  .box li{
    display: inline-block;
    margin: 6px;
    list-style: none;
  }
  .box li a{
    color: white;
    text-decoration: none;
    font-size: 60px;
    transition: all ease-in-out 250ms;
  }
  .box li a:hover{
    color: #b9b9b9;
  }
  ul.navbar {
    list-style-type: none;
    margin: 0;
  z-index:2;
    padding: 0;
    overflow: hidden;
position:absolute;
width:100%;
top:0px;
left:0px;
}
li.nav-item image {
  size: 100%;
  color: white;
  display: block;
  color: white;
  transition: all 1s;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li.nav-item {
    text-align-last: center;
    margin-left: 850px;
    margin-right: -850px;
    display: inline-block;
    padding: 0;
    cursor: pointer !important;
}

li.nav-item a {
    display: block;
    color: white;
    transition: all 1s;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li.nav-item a:hover {
    background-color: #444;
    border-radius: 15px;
}


#frame{
border:0px solid black;
position:absolute;
width:100%;
z-index:1;
height:100%;
bottom:0px;
left:0px;
}

li.icon image {
  size: 100%;
  color: white;
  display: block;
  color: white;
  transition: all 1s;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
li.icon {
    float: left;
    cursor: pointer !important;
}


li.icon:hover {
    background-color: #444;
    border-radius: 15px;
}

.box-img{
    border-radius: 15px;
    size: 50%;
    width: 100px;
    height: 100px;
}
.image{
    border-radius: 15px;
    size: 50%;
    width: 500px;
    height: 300px;
}

.button-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 14px;
    font-family: 'Roboto', sans-serif;
    border-radius: 6px;
    border: none;
  	text-align: center;
    background: #6E6D70;
    box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1), inset 0px 0.5px 0.5px rgba(255, 255, 255, 0.5), 0px 0px 0px 0.5px rgba(0, 0, 0, 0.12);
    color: #DFDEDF;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-12:focus {
    box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
    outline: 0;
  }
  
  