body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(141, 255, 189);
    height: 100vh;
}

.cyberhome {
    font-family: "Lumanosimo", cursive;
    font-weight: 400;
    font-size: 30px;
    font-style: italic;
    text-align: center;
}

.main-content {
    padding: 10px;
    height: 95%;
    width: 75%;
    background-color: white;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.main-content hr {
    display: block;
    min-width: 90%;
    max-width: 90%;
    border: 2px solid crimson;
    margin: 1em 0;
    padding: 0;
}


header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

nav {
    display: flex;
    gap: 100px;
}

.about {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

strong {
    margin-top: 50px;
    font-size: 40px;
}