@view-transition {
  navigation: auto;
}

html {
    color: white;
    background-color: #000000;
    background-repeat: no-repeat;
    font-family: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

body {
    margin-top: 30px;
    margin-right: 17%;
    margin-left: 17%;
    margin-bottom: 5%;
    padding: 10px;
    background-color:#000000;
}

@keyframes typing {
    from { width: 0; }
    to { width: 24em; }
}

#title {
    font-size: 30px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    line-height: 32px;
    text-align: center;

    color: #00F800;
}

#menu {
    font-weight: bold;

    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;

    background-color: #222222;
    box-shadow: 2px 2px 2px #111111;
}

#belowmenu {
    opacity: 1;
    transition: opacity .3s;
}

.defaulttext {
    line-height: 21px;
}

.link { 
    transition: color 0.5s;
    color: #aaaaaa; 
}

.link:hover { color: white; }

.textlink {
    color: skyblue;
    font-weight: normal;
}

.textlink:hover { color:cornflowerblue; }

.image { text-align: center; }

.image p { font-size: 13px; }