html{
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; 
}

body {
  background-color: black;
  color: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; 
}

ul {
  list-style-type: none;
}

.flex_head {
  display: flex;
  flex-direction: row;
}

.flex_head>div {
  width: 100%;
}

.flex_body {
  display: flex;
  justify-content: center;
  flex-direction: row;
  border: solid #555 2px;
}

.flex_body_column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: solid #555 2px;
}

.flex_CV {
  display: flex;
  flex-direction: column;
  margin: 10px;
  width: 100%;
}

.flex_CV>div {
  width: 100%;
}

.webgame {
  display: flex;
  flex-direction: column;
  margin-top: 10px;

}

.head_image, .image {
  width: 100%;
  height: 100%;
}

.flag_image_container{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 20px;
  display: flex;
  align-self: center;
  margin-left: auto;
  height: 30px;
}
.flag_image_container div{
  height: 100%;
  margin-right: 10px;
  align-self: center;
}

.flag_image{
  width: 50px;
}

.text {
  width: 100%;
  align-self: center;
  text-align: center;
  font-size: 20px;
  padding: 0;
}

.title{
  display: block;
  width: 100%;
  height: 100%;
  align-self: center;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 50px;
}

.subtitle{
  width: 100%;
  align-self: center;
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
  padding-top: 50px;
}


.CVimage {
  display: block; 
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 50%
}

.image_container {
  margin: auto;
  align-content: center;
}

.slider{
  display: none;
  width: 100%;
  height: 100%;
  max-height: 600px;
}

.button {
  width: 50%;
  color: white;
  align-self: center;
  text-align: center;
  font-size: 20px;
  margin: 30px;
  border-width: 10px;
  border-color: grey;
  background-color: #333;
}

.button_left {
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.button_right {
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.highlight {
  color: red;
}

/* Navbar container */
.navbar {
  display: flex;
  height: 50px;
  overflow: visible;
  background-color: #333;
  position: sticky;
  top: 0;
}

/* Links inside the navbar */
.navbar a, .dropdown, .dropbtn {
  color: white;
  text-align: center;
  margin: 10px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: visible;
  font-family: Verdana;
  font-size: 20px;
  align-content: center;
}

/* Dropdown button */
.dropdown .dropbtn {
  border: 10px red;
  outline: none;
  background-color: inherit;
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  overflow:visible;
  display: none;
  position: absolute;
  background-color: #333;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: white;
  padding: 20px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #555;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.linkedin {
  display: inline-block;
  background: #007bb5;
  color: white;
  padding: 15px;
}

.facebook {
  display: inline-block;
  background: #3B5998;
  color: white;
  padding: 15px;
}

.mail_sent, .mail_unsent{
  width: 100%;
  align-self: center;
  text-align: center;
  font-size: 20px;
  padding: 0;
}

.mail_unsent {
  visibility: hidden;
}