#daglig-hilsen {
  background-color: #f0f8ff; 
  color: #333; 
  font-weight: bold;
  font-size: 1.5rem; 
  padding: 15px 10px;
  margin: 0 0 0 20px auto;
  border-radius: 10px;
  text-align: left;
  max-width: 160px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 1;
}

 .centerText {
  text-align: center;
  align-items: center;
  align-self: center;
  align-content: center;
  }

 @keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
  .fadeIn {
    animation-name: fadeIn; animation-duration: 2s;
    }
    .small-button  {
      background-color: rgb(221, 183, 30);
      color: #333;
}
.voting-section {
  position: relative; top:1200; left:600;
 }

 
  

