
/* Main Section */

.container-fluid {
  font-family: 'Montserrat', sans-serif;
  padding: 0 0;
}
.dark-colored-section {
  background-color: #d1cfcf;
  padding: 3% 10% 1%;
  border-bottom: 1px solid #6B7AA1;
}
.navbar-brand {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: #11324D !important;
  padding-left: 0;
  padding-bottom: 3px;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  width: fit-content;
  border-color: #11324D;
}
.nav-item, .nav-link {
  font-weight: bold;
  padding: 0 10px;
  color: #11324D !important;
}

/* Dice Section */

.container {
  width: 70%;
  margin: auto;
  text-align: center;
}
  
.dice {
  text-align: center;
  display: inline-block;

}
  
body {
  background-color: #393E46;
}
  
h1 {
  margin: 30px;
  font-family: 'Lobster', cursive;
  text-shadow: 5px 0 #232931;
  font-size: 7rem;
  color: #4ECCA3;
}
  
p {
  font-size: 2rem;
  color: #4ECCA3;
  font-family: 'Indie Flower', cursive;
}
  
img {
  width: 80%;
  padding-bottom: 10%;
}
  
footer {
  margin-top: 5%;
  color: #EEEEEE;
  text-align: center;
  font-family: 'Indie Flower', cursive;
  padding-bottom: 10px;
}
.refresh-btn-box {
  display: flex;
  justify-content: center;
}
.refresh-btn {
  height: 40px;
  width: 90px;
  border-radius: 50px;
  background-color: rgb(150, 10, 10);
  color: #fff;
  font-weight: bold;
}
  

