body{
  font-family: "Titan One";
  color: white;
}

.nav-link{
  color: white;
  font-size: x-large;
  padding: auto;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  border: 4px solid white; 
  color: white;
  border-radius: 30px;
}

.nav-underline .nav-link:focus, .nav-link:hover {
  border: 4px solid white; 
  color: white;
  border-radius: 30px;
}

.bg{
  background-color: rgb(0, 162, 255);
}

.contact-image{
	width: 350px;
}

.content {
	display: none;
}

.contact-title{
	margin-bottom: 50px;
	font-size: 90px;
}

.home-title{
  font-size: 100px;
  font-family: "Darumadrop One";
}

.home-author{
  font-size: 100px;
  margin-top: 100px;
  font-family: "Darumadrop One";
}

.diary-entry{
  border: 4px solid white; 
  border-radius: 15px;
  padding: 20px;
  margin: 10px;
  font-size: larger;
}

.contacts-mail{
  font-size: 50px;
}

.contacts-name{
  font-size: 50px;
}

footer{
  font-size: large;
}