body {
    background-image: url("images/wallpaper.jpg");
    background-size: cover;
    font-family: Gaegu;
}

p {
    font-size: 20px;
}

.vegeta-nav {
    height: 60vh;
    width: 40%;
    text-align: center;
    margin-top: -3%;
}

.button {
    background-color: white;
    font-size: 20px;
    border: 1px solid #ff99cc;
    border-radius: 60px;
    padding: 5px 10px;
    margin-bottom: 15px;
    color: purple;
}


.vegeta-content {
    margin-top: 6vh;
    width: 40vw;
    height: 76vh;
    overflow-y: auto;
    border-width:10px;
    border-style:solid; 
    border-image: url("images/pinkborder.png") 50 fill round; 
}

.vegeta-text {
    background-color: white;
    padding: 5px 10px;
    overflow-y: auto;
}

.vegeta-header {
    margin-top: -13vh;
    float: right;
    overflow-y: visible;
    position: absolute;
}

.flex {
    display: flex;
    width: 80vw;
    margin: auto;
    padding-top: 4%;
}

.vegeta-icon {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    -webkit-mask-image: url("images/imagemask.webp");
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}


.vegeta-icon2 {
    width: 30%;
    float: right;
    -webkit-mask-image: url("images/imagemask2.png");
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}


.vegeta-icon3 {
    width: 30%;
    float: right;
    -webkit-mask-image: url("images/imagemask3.png");
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}
img {
    max-width: 100%;
}



.marquee-container {
  overflow: hidden;
  white-space: nowrap;
}

.scrolling {
  animation: marquee 10s linear infinite;
  display: inline-block;
  padding-right: 10px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to { 
    transform: translateX(-100%);
  }
}

.gaegu-light {
  font-family: "Gaegu", sans-serif;
  font-weight: 300;
  font-style: normal;
}
