@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap');

body {
    background-color: #1e1e2e;
    color: #cba6f7;
    /* font-family:  */
    font-family: "Inconsolata", monospace, 'Helvetica Neue', sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
        "wdth" 112.5;
}
.meow1 {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.meow2 {
    padding-bottom: 50px;
    background-color: #313244;
    text-align: left;
    padding: 60px;
    box-shadow: 0 0 10px rgb(69, 71, 90);
    border-radius: 10px;
}
a:visited { 
    color: #89b4fa;
}
a:link { 
    color: #89b4fa;
}
.bluetext { 
    color: #89b4fa;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
