div.limes{
    background-color: rgb(194, 230, 136);
    border-style: groove;
    border-radius: 9px;
    border-width: 20px;
    padding: 30px;
    margin-bottom: 40px;
    margin-right: 40px;
    border-color: blue;
    font-family: 'Chela One', cursive;
    width:fit-content;
}

div.dashes{
    border-style: dashed;
    border-radius: 9px;
    border-width: 20px;
    padding: 30px;
    margin-left: 50px;
    border-color: blue;
    background: linear-gradient(rgb(65, 65, 65), red);
    font-size: large;
    font-weight: bold;
    text-shadow: 2px 3px 0px rgb(143, 143, 143);
    font-family: 'Chela One', cursive;
    color: white;
    width:fit-content;
}