                                           /*overall site design*/
html {                                         
    background-color: white;
    font-family: 'Courier New', Courier, monospace;;
}

#info-card {                               /*makes the content slim to add a background to body*/
    max-width: 900px;
    margin: auto;
    background-color: rgb(214, 214, 255);
    padding: 3px;
        border: 2px solid black;
        border-radius: 10px;
}

h3, p, title{
    margin: 0px;
    text-align: center;
}
                                          /*header*/
header {
    overflow: hidden;
        border-radius: 10px;
    border: 2px black solid;
}

#icon {
    float: left;
        border-radius: 10px;
    border: 2px black solid;
}

#logo {
    float: right;
        border-radius: 10px;
    border: 2px black solid;
}

marquee {
    background-color: white;
    border-radius: 20px;
}
                                         /*about and slideshow*/
#top {
    overflow: hidden;
}
#info {
    float: left;
    width: 60%;
    border: 2px solid black;
    border-radius: 10px;
    justify-content: center;
    padding: 10px;
} 

aside {
    float: right;
    border: 2px solid black;
    width: 30%
}

#bio {
    border-radius: 10px;
    border: 2px black solid;
    padding: 10px;
}

#bio h3 {
    border-radius: 10px;
    border: 2px black solid;
    margin-bottom: 10px;
}

#slideshow {
    padding: 10px
}

#slideshow img {
    border-radius: 10px;
    border: 2px black solid;
}
                                         /*links and music player*/
ul {
    list-style: none;
    border: 2px solid black;
    display: flex;
}

li {
    margin-right: 30px;
}

.links h3 {
    border-radius: 10px;
    border: 2px black solid;
    margin-top: 5px;
}

.links {
    border-radius: 10px;
    border: 2px black solid;
}
                                         /*youtube*/
#bottom {
    border-radius: 10px;
    border: 2px solid purple;
    background-color: white;
}

                                         /*footer*/

