body{
    background-color: rgb(0, 0, 0);
    background-image: url(/ass/aboutme/dot.jpg);
    background-size: 100%, 100% ; /* Choose: cover / contain / 200% / etc */
    /*background-repeat: stretch;*/
    background-attachment: fixed; }


#bubberfly{
    width: 6%;
}

.miniheader {
     display: flex;
    justify-content: space-between; /* left, center, right spacing */
    align-items: center;   
    text-align: center;        /* vertically align text/images if needed */
    width: 100%;                   /* full width container */
    padding: 0 0%;     
    margin: auto;
    margin-bottom: 0;   
}

#what{
    width: 50%;
margin-top: -50px;
}

button {
    font-size: large;
}

.answers{
    float: right;
    margin-top: 10%;
    margin-right: 30%;
    margin-left: 0;
}


#catti{
    width: 50%;
    margin-top: 20%;
    float: left;
    margin-right: 0;
}


#catto{
    width: 100%;
}

h1{
  color: rgb(255, 224, 241);
  font-size: small;
}