* {
  font-family: 'Nunito', sans-serif !important;
}

body {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section {
  background-color: white;
  border: 3px solid #0174DF;
  padding: 10px;
}

.section:hover {
  border: 3px solid #31B404 !important;
}

.message {
  background-color: white;
  border: 3px solid #DF7401;
  padding: 10px;
}

.image {
  max-width:100%;
  height: auto;
}
  
a {
  text-decoration: none;
  color: #0040FF;
}

.logo {
  float: right;
}

/*
.bedrock {}
.java {}
*/