    body {
        padding-top: 8rem;
    }
    .navbar {
        background-color: #0c9dd4 !important;
    }
    footer {
        background-color: #0c9dd4 !important;
        color:white;
        width:100% !important;
    }
    .sidebar {
        background-color: #0c9dd4 !important;
        max-width:250px !important;
    }
    a {
        color:white;
        text-decoration: none;
    }
    a:active {
        color:yellow;
        text-decoration: none;
    }
    a:hover {
        color:yellow;
        text-decoration: none;
    }

label {
    font-weight:bold;
}

.form-check-label {
    font-weight:normal !important;
}

.register, .register:hover, .register:active, .register:focus{
  background-color: #FEED01;
  border: none;
  border-radius:25px;
  color: black;
  font-weight:bolder;
  border-color: #FEED01;
  outline:none;
padding: 15px;
margin-left:8px;
margin-right:8px;
}

.url, .url:hover, .url:active, .url:focus{
  color: #00C5F2;
  text-decoration: none;
}

.jumbotron {
  background-color: transparent !important;
  border-top: 10px solid #00C5F2;
}

.jumbotron .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("img/main-image.png");
    background-position: 0% 25%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
     -o-filter: blur(5px);
     -ms-filter: blur(5px);
     filter: blur(5px);
     z-index: -1;
     
}
.jumbotron .words {
  
  background-color: white;
  padding:20px;
  border-radius:10px;
  
}

.titles{
  border: 5px solid #00C5F2;
  border-radius:5px;
  max-width: 50px;
  margin: 0px;
  margin-top:-10px;
  margin-bottom:10px;
}

.titles-center{
  border: 5px solid #00C5F2;
  border-radius:5px;
  max-width: 50px;
  margin-top:-10px;
  margin-bottom:10px;
}

.safofooter {
  height:150px;
}
.safofooter2 {
  background-color:#FEED01;
  color: black;
  padding:5px;
  font-weight:bolder;
}

.navbar-toggler-icon {
  color:#FEED01;
}

/*Drag Drop*/
#ddArea {
        height: 200px;
        border: 2px dashed #ccc;
        line-height: 100px;
        text-align: center;
        font-size: 20px;
        background: #f9f9f9;
        margin-bottom: 15px;
      }

      .drag_over {
        color: #000;
        border-color: #000;
      }

      .thumbnail {
        width: 100px;
        height: 100px;
        padding: 2px;
        margin: 2px;
        border: 2px solid lightgray;
        border-radius: 3px;
        float: left;
      }

      .d-none {
        display: none;
      }

/* ---- Login and Register in the main menu ---- */
.safo-nav-actions{
  display: flex;
  gap: 10px;
  align-items: center;
}

.safo-btn{
  display: inline-block;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid #009BD5;
  transition: background .15s, color .15s;
}

.safo-btn--solid{
  background: #009BD5;
  color: #fff !important;
}
.safo-btn--solid:hover,
.safo-btn--solid:focus{
  background: #007fae;
  border-color: #007fae;
  color: #fff !important;
}

.safo-btn--outline{
  background: #fff;
  color: #009BD5 !important;
}
.safo-btn--outline:hover,
.safo-btn--outline:focus{
  background: #009BD5;
  color: #fff !important;
}

.safo-btn:focus-visible{
  outline: 3px solid #FFED00;
  outline-offset: 2px;
}

/* On a phone the menu is a stack, so the buttons fill the width and
   are far easier to hit than a line of text. */
@media (max-width: 767px){
  .safo-nav-actions{
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    margin: 12px 0 6px;
    padding-top: 12px;
    border-top: 1px solid #e9ecef;
  }
  .safo-btn{
    display: block;
    width: 100%;
    padding: 14px 22px;      /* a comfortable target for a thumb */
    font-size: 1.05rem;
  }
}