.image { 
    width: 930px;
    height: 520px;
    border: 20px;
    border-radius: 20px;
}

.section {
  border: 20px solid #660000;
  display: flex;
  flex-direction: row;
  font-family: sans-serif;
  border-radius: 20px;
}

.paragraph {
  color: #fff;
  display: flex;
  flex-direction: column;
}

.content {
  padding: 20px;
}

.title {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
}

.eventsname { 
    text-align: center;
    color: #660000;
}

.buttonlinks button {
  align-items: center;
  background-image: linear-gradient(144deg, #9400D3, #FF4FEC 50%, #660000);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 10px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.5s;
}

.buttonlinks button:active,
.buttonlinks button:hover {
  outline: 0;
}

.buttonlinks button:hover span {
  background: none;
}

.buttonlinks button:active {
  transform: scale(0.9);
}


@media only screen and (max-width:642px){
 .image{
    width: 100%;
    height: 60%;
}

.section .paragraph {
  color: #fff;
}

.section {
  border: 20px solid #660000;
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
  border-radius: 20px;
}

}

@media only screen and (max-width:1200px){
 .image{
    width: 100%;
    height: 60%;
}

.section .paragraph {
  color: #fff;
}

.section {
  border: 20px solid #660000;
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
  border-radius: 20px;
}

}