body {
  font-family: "Roboto", sans-serif;
  background-color: white;
  color: black;
  /* background: linear-gradient(
    45deg,
    rgb(80, 0, 0),
    rgb(255, 0, 0),
    rgb(110, 0, 0)
  );
  background-repeat: repeat; */
}

.altbilgi {
  display: block;
  position: relative;
  margin-top: 30px;
  background-color: darkslategrey;
  color: white;
  text-shadow: 1px 1px 1px black;
  border-top: 1px #555 solid;
}

section {
  padding-top: 20px;
}

.list1 {
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: white;
  text-shadow: 1px 1px 1px black;
  padding-bottom: 5px;
}

.list1:hover {
  /* text-decoration: underline; */
  color: cyan;
  text-shadow: 1px 1px 1px black;
}

.sahip {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  color: white;
  height: 50px;
  line-height: 18px;
  background-image: url(assets/kar1.gif),
    linear-gradient(45deg, rgb(80, 0, 0), rgb(255, 0, 0), rgb(110, 0, 0));
  background-repeat: repeat-x;
}

.cerezmetni {
  display: block;
  position: sticky;
  width: 320px;
  bottom: 20px;
  left: 20px;
  background-color: azure;
  color: black;
  padding: 20px;
  line-height: 24px;
  font-size: 16px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.bascrz {
  font-weight: bold;
}

#tanitimvideo {
  display: flex;
}
