#adjective {
    width: 200px;
}
#ss {
    width: 300px;
}

body {
    background-color: green ;
}

h1 {
    font-size: 100px;
    color: pink; 
}

p {
    color:pink;
    font-size: 30px;
}