body{
    margin: 0 auto;
    width: 60%;
    color: black;
    border: 5px solid white;
    background-color: white;
    background-position: center;
    background-size: contain;
}

header {
    background-image: url(pictures/cute_header.png);
    background-size: cover;
    display: flex;
    align-items: flex-start;
    font-family: "Sour Gummy", sans-serif;
}

header img {
    max-height: 100px;
    width: auto;
    margin-left: 30px;
}

header .copyright {
    margin-left: auto;
    margin-top: auto;
    font-size: 12px;
    padding:5px;
}

.navbar {
    display:flex;
    justify-content: center;
    width:auto;
    height:auto;
    font-family: "Sour Gummy", sans-serif;
    background: linear-gradient(#fff3f8, #ffc7df, #ffc7df);
    border: 2px solid #b77c8a;
    border-radius: 25px;
}

nav ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}


nav li {
    display:inline;
    font-size: 25px;
    height: auto;
    padding: 40px;
}

.prefs {
    font-size: 17px;
    font-family: "Sour Gummy", sans-serif;
}

.tos {
    font-size: 17px;
    font-family: "Sour Gummy", sans-serif;
}

.about {
    padding-left:5px;
}

.gen {
    font-family: "Sour Gummy", sans-serif;
    font-size: 18px;
    padding:0px;
    list-style: 
}

aside {
    background-color: white;
    margin: 0px;
    margin-top:16px;
    flex-direction: column;
    padding-top:0px;
    padding-bottom: 12px;
    display: flex;
    justify-content: flex-start;
    
}

aside ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    align-items: center;
}

.social {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    background: linear-gradient(#fff3f8, #ffc7df, #ffc7df);
    border: 2px solid #b77c8a;
    border-radius: 5px;
    width: 90px;
    text-align: center;
    font-family: 
}

.social2 {
    display: flex;
    flex-direction: column;
    padding:0px;
    max-width: 130px;
    margin: 10px 0;
}

section {
    background-color: white;
    margin: 0px;
    width: auto;
    flex: 1;
    flex-direction: column;
    padding-bottom: 12px;
    display: flex;
    align-items: flex-start;
}

main {
    display: flex;
    flex-direction: row;
}

.content {
    display: flex;
    width: 80%;
    margin-left: 20px;
}

.content2 {
    width: 80%;
    margin-left: 20px;
}

.list {
    font-size: 17px;
    font-family: "Sour Gummy", sans-serif;
    list-style: none;
    margin:10px;
}

.main-column {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.voicebanks {
    max-width: 50%;
    display: flex;
    align-content: flex-start;
}

.demoplayer {
    height:20px;
    border: 2px solid #b77c8a;
    border-radius: 20px;
    margin-top: 5px;
}

footer {
    background-color: lightblue;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    background: linear-gradient(#fff3f8, #ffc7df, #ffc7df);
    border: 2px solid #b77c8a;
    border-radius: 25px;
}

a {
    text-decoration:none;
    color:dimgrey;
    font-family: "Sour Gummy", sans-serif;
  -o-transition:.4s;
  -ms-transition:.4s;
  -moz-transition:.4s;
  -webkit-transition:.4s;
    transition:.4s;
}

a:hover {
    color: #f5408d;
}

.header-text {
    background: linear-gradient(#fff3f8, #ffc7df, #ffc7df);
    background-position: center;
    background-size: auto;
    border: 2px solid white;
    border-radius: 5px;
    width: 900px;
    text-align:center; 
}

p {
    font-family: "Sour Gummy", sans-serif;
    font-size: 18px;
}

h1 {
    font-family: "Fuzzy Bubbles";
}

h2 {
    font-family: "Fuzzy Bubbles";
    margin: 0 auto;
    font-size: 25px;
}

h3{
    font-family: "Fuzzy Bubbles";
    margin: 0 auto;
    font-size: 20px;
}

.michi1 {
    width: 250px;
    margin-left: auto;
    flex-shrink: 0;
}
