body {
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .resim {
    width: 340px;
  }
}

@media (min-width: 992px) {
  .resim {
    width: 452px;
    margin-top: 25px;
  }
}

div {
  width: 100%;
}

@media (max-width: 360px) {
  .resim {
    width: 306px;
  }
}
.card {
    border: 0px;
}
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  height: 50px;
  border-radius: 5px;
  width: 200px;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: none;
}

.dropdown-content {
  display: none;
  background-color: #2980B9;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 200px;
  text-align: left;
  border-radius: 5px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color: white;
}

.dropdown a:hover {
  background-color: #2980B9;
}

.show {
  display: block;
}
