.top-text {
    text-align: center;
    font-family: "Roboto";
    color: black;
}

.lasse-wish-div {
    flex: 50%;

}

.katja-wish-div {
    flex: 50%;
}

.headline-text {
    font-size: 24px;
    font-weight: bold;
    font-family: "Roboto";
    color: black;
}

li {
    font-size: 18px;
    margin: 5px;
    font-family: "Roboto";
    color: black;
}

.main-container {
    height: 500px;
    width: 1000px;
    margin: auto;
    /*border-style: solid;*/

    display: flex;
    flex-direction: row;
    justify-content: center;
}


body {
    background-color: white;
}

a:link {
    color: green;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:visited {
    color: blueviolet;
    background-color: transparent;
    text-decoration: none;
  }

.common-wishes {
    width: 500px;
    margin: auto;
}