/* The navigation bar */
.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #ddd;
  color: black;
}

/* Main content */
.content {
    align-content: center;
    padding: 50px;
    max-width: 800px;
    margin: auto;
    
    
}

/* links */
.link-bubble{
    background-color: #008CBA;
    color: #FFFFFF;
    padding: 10px 24px;
    border-radius: 10px;
}

.premium{
    background-color: #FF8C00;
    color: #FFFFFF;
    padding: 10px 24px;
    border-radius: 10px;
}

.btn-atw{
    background-color: #6D5ACF;
    color: #FFFFFF;
        
}
