* {
	overflow-wrap: break-word;
	hyphens: auto;
}

.title {
    color: white;
    float: left;
    font-weight: bolder;
    margin-left: 2%;
}

p {
    color: white;
}

.dollarsign {
    position: relative;
   top: -1px;
   right: -75%;
}

.penguin {
   float: left;
   margin-left: 1%;
}


body {
   background-image: url(/images/starbackground.gif);
   margin: 1%;
}

.dragon {
    float: left;
    margin-left: 1%;
}

marquee {
    color: white;
    font-size: 20px;
}

.linuxtext {
    margin-left: 20%;
    text-align: center;
}

hr {
    position: fixed;
  left: 0;
  bottom: 8%;
  width: 100%;
  text-align: center;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 92%;
    width: 100%;
    text-align: center;
}

.bar {
    
    display: block;
    margin-left: auto;
    margin-right: auto;
   
    text-align: center;
}

.bsd {
    position: fixed;
    bottom: 1%;
}

.search {
    float: right;
    margin-top: 1.1%;
}

.googletext {
    margin-top: 1%;
    margin-right: 5px;
}

.searchbar {
    position: relative;
    float: right;
    top: 5px;
    right: 5px;
}

.copyright {
    margin-top: 0.1px;
}

.audio {
    display: none;
}  

