html, body {
	margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1.5;
    height:100%;
    background: white;
    font-size: 100%;
	text-align:center;
}

h2{
	color: #ffcb05;
}

h1, h3{
	color:#00274c;
}

.mblue{
	width:100%;
	background: #00274c;
	color: white;
}

.mheader{
	position:fixed;
    left:0px;
    top:0px; 
	width:100%;
	background: #00274c;
	color: white;
	vertical-align: text-bottom;
}
.mheader_space{
	height:60px;
}

.myellow{
	color: #ffcb05;
}

.container
{
	width:90%;
	margin: auto;
	padding: 4px;
	text-align:left;
    left:28%;
	top:5px;
}

.menue a{
	color: white;
	text-decoration: none;
}
.menue{
	color: white;
}

.separatorDiv
{
	height:20px;
}

.insideBox
{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 4px;
	text-align:left;
	border:1px solid #3b3b3c;
	vertical-align:top;
}

.niceBox
{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 100px;
	padding: 0px;
}

.contentBox
{
	width:100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 4px;
	text-align:left;
	border:1px solid #3b3b3c;
}

.contentBoxNB
{
	width:100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 4px;
	text-align:left;
}

.roundphoto{
	height:200px; 
	width:200px;
	background-size:  cover;	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 100px;
	padding: 0px;
	text-align: center;
    position: relative;
    display: inline-block;
}

.project-links {
    margin-top: 15px;
    display: flex;
    gap: 10px;
  }

  .btn {
    display: inline-block;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
  }

  .project-btn {
    background-color: #007bff;
    color: white;
  }

  .project-btn:hover {
    background-color: #0056b3;
  }

  .github-btn {
    background-color: #333;
    color: white;
  }

  .github-btn:hover {
    background-color: #000;
  }

  .publication-btn {
    background-color: #28a745;
    color: white;
  }

  .publication-btn:hover {
    background-color: #1e7e34;
  }

  .install-instructions {
    margin-top: 12px;
    font-size: 14px;
  }

  .install-link {
    color: #007bff;
    font-weight: bold;
    text-decoration: none;
  }

  .install-link:hover {
    text-decoration: underline;
  }

  .youtube-btn {
    background-color: #ff0000;
    color: white;
}

.youtube-btn:hover {
    background-color: #cc0000;
}
