

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    font-family: 'VT323', monospace;
} 

.plant {
    width: 250px;
    height: 250px;
    border-radius: 0%;
    border: none;
}

#header {
    background-color: #ff81d5;
    padding: 1px;
    border-radius: 0%;
}
#nav {
    height: 100%;
    border-bottom: none;  
    border-radius: 0%;
}

.nav-link {
    padding: 2px;
    border-radius: 0%;
    margin-right: 2px;
    color: #c73ac0;
}

.nav-link:hover {
    color: aqua;
    background: #FF5DC8;
}

.nav-link.active {
    background-color: beige;
    color:#ff81d5;
    transition: none;
    box-shadow: -2px 0px #c73ac0;
}

.windowbutton {
    color: #c73ac0;
}

.texttitle {
    position: absolute;
    top: 5px;
    left: 5px
}

.textwindow {
    position: absolute;
    bottom: 0px;
    right: 0%;
}

.card {
    background-color: beige;
}

.text2 {
    color: beige;
    background: #ff81d5;
    border-radius: 10px;
    padding-left: 4px;
    padding-right: 4px;
    border: #c73ac0 3px solid;
    line-height: 13px;
}

.text {
    color: #ff81d5;
    border-radius: 10px;
    padding-left: 4px;
    padding-right: 4px;
    border: #c73ac0 3px solid;
    text-align: right;
    max-width: 170px;
    line-height: 13px;
    box-shadow: #c73ac0 -3px 3px;
}

.window {
    border-radius: 20px;
    border: #c73ac0 2px solid;
    box-shadow: #ff81d5 0px 0px 5px;
}

.noise {
    height: 100%;
    width: 100%;
    position: absolute;
    background: url(/webgarden/noise.gif); background-size: cover;
    opacity: 0.2;
    border-radius: 15px;
}

#home { 
    background: url(/webgarden/solanum2.png) center no-repeat; background-size: cover;
}
#observe{
    background: url(/webgarden/nightsky.gif) center no-repeat; background-size: cover;
}

h1 {
    font-variant: small-caps;
    font-size: large;
    color:#A8518D
}

hr {
    width: 100%;
    border-bottom: #ff81d5 dashed 3px;
    border-top: none;
}

hr.hr2 {
    border-bottom: #ff81d5 dotted 3px;
    width: auto;
}

.scientific {
    color: #ff81d5;
    opacity: 0.5;
    letter-spacing: 2px;
    margin-top: -15px;
}

.content {
    color: #A8518D;
    margin-top: -10px;
    line-height: 13px;
}

#source {
    color: #ff81d5;
    text-decoration: dashed;
    margin-top: -5px;
    z-index: 2;
    margin-right: 5px;
}

.nav-question, .answer, .question {
    line-height: 13px;
}

.question {
    color: #A8518D;
}

.answer {
    color:#ff81d5;
}

.bi-heart {
    font-size: smaller;
}

a {
    color: #c73ac0;
    text-decoration: underline #ff81d5 dotted 1.3px;
}

a:hover {color: #ff81d5;}