@import url("base.css");

body {
  background-image: var(--background);
  color: white;
  font-family: manifold;
  text-align: center;
  cursor: url(PICS/cursor.png), default, pointer;
}

  body::after{
    display: flex;
    content: url(/PICS/goat.gif);
    left:0; 
    bottom:0;
    width: 100px;
    height: 100px;
    position: fixed;
  }
main {
  width: 100%;
  position: relative;
  flex-wrap: wrap;
}

.container{
  width: 700px;
  height: 100vh;
  flex-wrap: wrap;
  margin: auto;
}

.header{
  width: 100%;
  height: 7%;
  background-color: #010A13;
  align-items: center;
}

.logo img {
    height: auto;
    width: 6em;
    padding: 10px;
    float: right;
}
.words {
  color: white;
  font-size: 15px;
  float: left;
  padding: 15px;
}
.one {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  
}
.musicexp{
  height: 250px;
  width: 200px;
  background: #ffe460;
  display: block;
  color: black;
  padding-top: 20px;
  font-size: 20px;
  border: 2px #ffc500 solid;
}

.profile img{
  float: right;
  width: 485px;
  height: 275px;
  object-fit: cover;

}

.profile{
  float: right;
}

.line {
  width: 100%;
  height: 2px;
  background-color: black;
  margin-bottom: 5px;
}

button {
    background: transparent;
    border: none;
    width: 20px;
}

.talk {
  float: left;
  background-color: #0f0f52;
  color: white;
  padding: 10px;
  width: 500px;
  height: 60px;
  overflow: scroll;
  overflow-x: hidden;
  font-family: 'forma';
}

.nav {
  width: 150px;
  height: 530px;
  display: block;
  background-color: #536953;
  padding: 10px;
  font-family: forma;
}

.aside {
  width: 200px;
}

.first{
  display: flex;
  width: auto;
  margin-left: 10px;
  gap: 20px;
  flex-wrap: wrap;
  }

.second{
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 10px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: cyan;
  text-decoration: none;
}

.nav ul {
  list-style-type: none;
  padding: 0;
  line-height: 2;
}

.webrings {
  justify-content: center;
  align-content: center;
  display: grid;
  padding: 5px;
}