main {
  width: 100%;
  height: calc(80vh - 80px);
  background-color: #949494;
  margin-top: 80px;
  background-image: url(../img/main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
}

main .main-text h1 {
    font-size: 75px;
    line-height: 75px;
    text-align: center;
    
}

main .main-text h2 {
    margin-top: 50px;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
}

main .main-text{
    margin-top: 100px;
    background-color: rgba(36, 41, 46, 0.90);
    padding: 50px;
    width: fit-content;
    height: fit-content;
    border-radius: 25px;
    
}

main p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

main a {
    font-size: 18px;
    display: block;
    padding: 40px;
    border-radius: 25px;
    width: fit-content;
}

/* om ditroleplay*/

.main-about {
    width: 100%;
    height: 40vh;
    padding: 60p 0;
    background-color: #4F5861;
    display: flex;
    align-items: center;
    column-gap: 50px;
    justify-content: center;
}

.main-about-image img {
    width: 250px;
}

.main-about-text {
    flex-basis: 455px;
}

.main-about-text h3 {
    margin-top: 10px;
}