@import url("base.css");

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

body {
    background-image: url(s.jpg);
    background-size: cover;
    background-position: fixed;
    font-family: ms pgothic;
}

.container {
    height: 80vh;
    width: 650px;
    margin: auto;
    text-align: center;
    align-content: center;
    
}

.main {
    margin: auto;
    display: flex;
    height: 480px;
    width: 550px;
    color: white;
    background: linear-gradient(transparent, black 50%, transparent);
    border-radius: 50px;
    padding: 20px;
    text-transform: uppercase;
}

.icon img{
    max-height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 5px black solid;
}

#icon {
    margin-bottom: 10px;
    margin: auto;
    display: flex;
}

#type {
    display: flex;
    overflow-x: hidden;
    white-space: nowrap;
    text-align: center;
    padding: 10px;
    animation: typing 2.5s steps(30, end);
    font-family: vene;
}

#labels {
    font-size: 15px;
    opacity: 0;
    text-shadow: 0 0 10px white;
}

li {
   list-style-type: none; 
}

.object {
  opacity: 0;
  transition: opacity 0.5s ease;
}

#controls {
    width: 150px;
    height: 100px;
    align-content: center;
    justify-content: center;
    margin: auto;
    overflow-x: hidden;
    color: white;
    font-family: ms pgothic;
    font-size: 10px;
    text-align: center;
}

#controls button {
    background: transparent;
    border: none;
    color: white;
    margin: auto;

}

.music-text {
    font-family: ms pgothic;
    text-transform: lowercase;
    animation: marq 5s infinite linear;
    white-space: nowrap;
}

.inner-left {
    width: 220px;
    height: 500px;
    margin: auto;
    align-content: center;
    text-align: left;
    overflow: hidden;
}

.inner-right {
    height: 600px;
    width: 360px;
    padding: 10px;
}

#buttons {
    width: 100%;
    text-align: right;
    white-space: nowrap;
}

#buttons button {
    background-color: transparent;
    color: white;
    border-top: 1px white solid;
    border-left: 1px white solid;
    border-right: 1px white solid;
    width: auto;
    font-family: ms pgothic;
    font-size: 12px;
}

#intro {
    width: 100%;
    height: 300px;
    border: 1px white solid;
    text-align: center;
    padding: 5px;
    align-content: center;
    overflow-y: scroll;
}

.tabcontent {
    color: white;
}

header {
    color: orange;
}
.characters {
    justify-content: center;
    display: grid;
    width: 100%;
    grid-template-columns: auto auto auto;
}
.characters img{
    filter: sepia(90%);
    height: 90px;
    width: 90px;
    padding: 5px;
    object-fit: cover;
    transition: 0.3s ease;
}
.characters img:hover {
    filter: sepia(0);
    transition: 0.3s ease;
}

#bottom {
    display: flex;
    flex-direction: column;
}

#pixels img{
    max-width: 120px;
}

#webrings {
    width: 150px;
    margin: auto;

}