* {
  padding: 0;
  box-sizing: border-box;
  font-family: 'Kalam', cursive;
}

body, html {
  height: 100%;
  margin: 0;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.conte-in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-i {
  width: 300px;
  margin-bottom: 10px;
}

.ind a {
  text-decoration: none;
  color: #000099;
}

.ind a:hover {
  color: #aea80f; 
}

marquee {
  color: #0066cc;
}

.cookies {
 width: 390px;
 display: flex;
 margin: auto
}

.color-cok {
 color: #0066cc;
 font-size: 20px;
 
}