body {
	animation: widen 1s linear alternate infinite;
	background: repeating-linear-gradient(
    45deg,
    #dddcdb,
    #dddcdb 5px,
    #e5e4e3 5px,
    #e5e4e3 10px
  );
}

#carouselExampleCaptions{
	margin-top: 23px;
}

.py-2{
 margin-top: 20px;
}

.pealmine{
	margin-top: 20px;
}


.card, .carousel, .py-2{
box-shadow: 0px 2px 9px 1px rgba(8,8,8,1);
-webkit-box-shadow: 0px 2px 9px 1px rgba(8,8,8,1);
-moz-box-shadow: 0px 2px 9px 1px rgba(8,8,8,1);
}



@media (max-width: 1000px) {
    #keskmine-kaart{
        display: none;
    }

}

.profiil1{
    align-content: center;
}

#avatar1{
    margin-right: 5px;
}

.glow {
  font-size: 30px;
  color: black;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #FFFFFF, 0 0 8px #F9F4F6, 0 0 10px #F3EEF0, 0 0 12px #E9E4E6, 0 0 14px #E4E0E2;
  }
  to {
    text-shadow: 0 0 6px #fff, 0 0 9px #fff, 0 0 12px #FFFFFF, 0 0 15px #F9F4F6, 0 0 18px #F3EEF0, 0 0 21px #E9E4E6, 0 0 24px #E4E0E2;
  }
}

//chat//
 form {
    padding: 15px 25px;
    display: flex;
    gap: 10px;
    justify-content: center;
  }
   
  form label {
    font-size: 1.5rem;
    font-weight: bold;
  }
   
  input {
    font-family: "Lato";
  }
   
  a {
    color: #0000ff;
    text-decoration: none;
  }
   
  a:hover {
    text-decoration: underline;
  }
   
  #wrapper,
  #loginform {
    margin: 0 auto;
    padding-bottom: 25px;
    background: #eee;
    width: 600px;
    max-width: 100%;
    border: 2px solid #212121;
    border-radius: 4px;
  }
   
  #loginform {
    padding-top: 18px;
    text-align: center;
  }
   
  #loginform p {
    padding: 15px 25px;
    font-size: 1.4rem;
    font-weight: bold;
  }
   
  #chatbox {
    text-align: left;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 10px;
    background: lightgray;
    height: 300px;
    width: 100%;
    border: 1px solid #a7a7a7;
    overflow: auto;
    border-radius: 4px;
    border-bottom: 4px solid #a7a7a7;
  }
   

   
  #name {
    text-align: left;
    font-family: unset;
  }
   
  #submitmsg,
  #enter{
   
    font-family: unset;
  }
   
  .error {
    color: #ff0000;
  }
   
  #menu {
    padding: 15px 25px;
    display: flex;
  }
   
  #menu p.welcome {
    flex: 1;
  }
   
  a#exit {
    color: gray;
    padding: 4px 8px;
    border-radius: 4px;
  }
  a#exit:hover  {
    color: white;
}

  .msgln {
    margin: 0 0 5px 0;
  }
   
  .msgln span.left-info {
    color: darkred;
  }
   
  .msgln span.chat-time {
    color: #666;
    font-size: 60%;
    vertical-align: super;
  }
   
  .msgln b.user-name, .msgln b.user-name-left {
    font-weight: bold;
    background: #546e7a;
    color: white;
    padding: 2px 4px;
    font-size: 90%;
    border-radius: 4px;
    margin: 0 5px 0 0;
  }
   
  .msgln b.user-name-left {
    background: darkred;
  }