h1 {
    color: orange;
    background-color: #708090;
    font-size: 20px;
    text-decoration: underline;
    font-family: arial;
    text-align: center;
}
p {
    color: slategray;
    text-align: left;
    line-height: 50px;
    letter-spacing: 2px;
    column-count: 3;
    column-gap: 60px;
}
select{
    /* border: 4px solid green */
    border-bottom: 4px solid green;
    border-top: 4px dashed rgba(35, 67, 19, 0.983);
    
    /* border-width: 40px;
    border-style: solid;
    border-color: green; */
}