* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    ;
}
@font-face {
    src: url(fonts/PressStart2P-Regular.ttf);
    font-family: pressStart2P;
}
body {
    background-color: black;
    margin: 0;
    height: 400vh;
    position: relative;
    box-sizing: border-box;
    border-top: 35px solid #20C20E;
    
    border-left: 10px solid #20C20E;
    border-right: 10px solid #20C20E;
    background-image: url("images/background.gif");
    background-repeat: repeat; 
    background-size: 280px 280px; 
    background-color: black;
    overflow: auto;
}  
.main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    height: 300vh;
    position: relative;
}
.top-border-text {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 13px;
    padding: 0 10px;
    font-family: pressStart2P , monospace;
    white-space: nowrap;
}
.lolow {
    width: 1500px;
    position: absolute;
    flex-direction: column;
    align-items: center;
    top: -10%;
    left: 6%;
}

.about-me-button {
    width: 400px;
    position: absolute;
    top: 400px;
    left: 18%;
    cursor: pointer;
}
.about-me-button:active {
    transform: scale(1.1);
}
.about-lolow-button {
    width: 400px;
    position: absolute;
    top: 400px;
    left: 38%;
    cursor: pointer;
}
.about-lolow-button:active {
    transform: scale(1.1);
}
.contacts {
    width: 400px;
    position: absolute;
    top: 400px;
    left: 58%;
    cursor: pointer;
}
.contacts:active {
    transform: scale(1.1);
}
.about-me-button,
.about-lolow-button,
.contacts {
  z-index: 10;
}
.vertical-box {
  width: 1090px;        
  height: 1300px;       
  border: dashed 10px #20C20E;
  position: absolute;
  top: 475px;
  left: 16.5%;

}
.vertical-box1 {
  width: 1090px;        
  height: 1300px;
  border-top: dashed 10px #20C20E;
  position: absolute;
  top: 720px;
  left: 16.5%;

}
.h1 {
    font-family: pressStart2P, monospace;
    color: white;
    font-size: 60px;
    text-align: center;
    text-decoration: underline;
    position: absolute;
    top: 300px;
    left: 3%;

}
.p1 {
    font-family: pressStart2P, monospace;
    color: white;
    font-size: 20px;
    text-align: left;
    position: absolute;
    top: 400px;
    left: 3%;
    width: 900px;
    line-height: 1.5;
    padding: 20px;
    padding-right: 100px;
}
.p2 {
    font-family: pressStart2P, monospace;
    color: white;
    font-size: 25px;
    text-align: left;
    position: absolute;
    top: 1150px;
    left: 3%;
    width: 900px;
    line-height: 1.5;
    padding: 20px;
    padding-right: 100px;
}
.heart-gif {
    position: absolute;
    top: 280px;
    left: 85%;
    width: 100px; 
}
.disk-icon {
    position: absolute;
    top: 1400px;
    left: 61%;

    width: 400px;
    cursor: pointer;
    z-index: 10;
    transform-origin: center center;

}
.p4 {
    font-family: pressStart2P, monospace;
    color: white;
    font-size: 20px;
    text-align: left;
    position: absolute;
    top: 1850px;
    left: 3%;
    width: 900px;
    line-height: 1.5;
    padding: 20px;
}
.p5{
    font-family: pressStart2P, monospace;
    color: white;
    font-size: 20px;
    text-align: left;
    position: absolute;
    top: 1900px;
    left: 3%;
    width: 900px;
    line-height: 1.5;
    padding: 20px;
}