body {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: white;
  text-align: center;
}

a {
    text-decoration: none;
}

.background {
    filter: brightness(20%);
    z-index: -1;
    position: fixed;
    width: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
}

h1 {
    font-size: 50px;
    margin-top: 40px;
}

.website-description {
    font-size: 20px;
    position: relative;
    bottom: 20px;
}

.panel-line {
    background: white;
    margin-right: 50px;
    margin-left: 50px;
    height: 10px;
}

.requests-1 {
    width: 60vw;
    height: 33vw;
    margin-left: 50px;
    margin-top: 50px;
    border-radius: 20px;
    border: 5px solid white;
    background: rgba(255, 255, 255, 0.20);
}

p {
    font-size: 30px;
}

.requests-2 {
    width: 60vw;
    height: 33vw;
    position: absolute;
    right: 50px;
    margin-top: 50px;
    border-radius: 20px;
    border: 5px solid white;
    background: rgba(255, 255, 255, 0.20);
}

.more {
    border: 5px solid white;
    background: rgba(0, 0, 0, 0);
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto;
    font-size: 30px;
    padding: 2vh;
    color: white;
    border-radius: 30px;
    position: relative;
    top: 500px;
}

.yan_description {
    margin-top: 630px;
    margin-left: 50px;
    margin-right: 50px;
}

.yan {
    text-align: left;
}

.yan_desk {
    text-align: left;
    font-size: 50px;
    margin-bottom: 50px;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.project-1 {
    background: rgba(255, 255, 255, 0.20);
    margin-right: 50px;
    margin-left: 50px;
    margin-top: 50px;
    border-radius: 30px;
}

.project-img {
    width: 30vh;
    height: 17vh;
    margin-bottom: 100px;
    position: relative;
    top: -30px;
}

.more-project {
    font-size: 30px;
    border: 5px solid white;
    background: rgba(0, 0, 0, 0);
    margin: 0 auto;
    padding: 2vh;
    color: white;
    border-radius: 30px;
    position: relative;
    bottom: 125px;
}