img {
    width: 300px;
}

body {
    height: auto;
}


a:visited {
    color: rgba(196, 118, 255, 0.45)
}

#colors {
    	display: flex;
    	justify-content: center;
    	align-items: center;
}

#color {
    padding-top:15px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    height:50px;
    width: 150px;
}

p {
    background-color: #282828aa;
    padding-left: 10px;
    height: 25px;
    margin-top: 0px;
    margin-bottom: 5px;
}

#gallery {
    display: flex;
    width: 610;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
    font-size: 16px;
}

#col1, #col2 {
    margin-left: 5px;
    width: 300px;
    display: inline-block;
    vertical-align: middle;
}
