@font-face{
    font-family: "Edit Undo";
    src: url("Fonts/editundo/editundo.ttf");
}
@font-face{
    font-family: "Born2";
    src: url(Fonts/Born2bsporty/born2bsporty-fs.otf);
}

.welcome{
    color: white;
    text-align: center;
    font-family: "Born2";
    margin-top: 2px;
}
.welcome-title{
    color: #00ff00;
    text-align: center;
    font-family: "Edit Undo";
    margin-bottom: 2px;
}

.text{
    float: left;
    width: 70%;
    font-size: 3vw;
}

.text p{
    font-size: inherit;
}

.text h1{
    font-size: 4vw;
}

.section{
    margin-bottom: 25vw;
}

.logo {
  margin-top: 5vw;
  image-rendering: pixelated;
}

body{
    background-color: black;
}

.terminal {
    background: black;
    border: 2px solid #00ff00;
    padding: 10px 15px;
    font-family: "Born2";
    margin: 20px auto;
    margin-top: 2px;
    width: 40vw;
    font-size: 2vw;
    display: flex;       
    align-items: center;  
    gap: 5px;             
}
.prompt {
    color: #00ff00;
    font-family: "Born2";
    font-size: 2vw;
    white-space: nowrap; 
}
#terminal-input {
    background: transparent;
    border: none;
    outline: none;
    color: #00ff00;
    font-family: "Born2";
    font-size: 2vw;
    flex: 1;             
    caret-color: #00ff00;
}
#terminal-button {
    font-family: "Born2";
    background-color: black;
    color: #00ff00;
    font-size: 2vw;
    border: 1px solid #00ff00;
    cursor: pointer;
    white-space: nowrap;
}

#froyz{
    width: 30%;
    image-rendering: pixelated;
    position: absolute;
}