.title {
    color: green;
}
html {
    background-color:dimgrey
}
#test {
    border:aqua 7px groove;
    height: 100px;
    width: 200px;
    margin: auto;
    padding: 30px;
    background-color:aqua
}
