.davidgomb{
  background-color: rgb(253,168,175);
  margin-bottom: 2%;
  margin-right: 5px;
  border-color: #fda8af;
}
.fixed-image-container {
    position: fixed;
    top: 55px;
    left: 0;
    z-index: 1000; /* Ez biztosítja, hogy az elem az előtérben legyen */
}

.fixed-image-container img {
    width: 240px; /* Állítsd be a kívánt méretet */
    height: auto; /* Megtartja az arányokat */
}