body{
    color: red;
}
div{
    border: 5px, blue;
    border-style: hidden;
    margin: 30px;
    border-style: dashed;
    padding: 30px;
    text-align: center;
}