body{
    background:yellow;
    text-align: center;
    padding: 10px;
    
}
div{
    color:white;
    border: 15px blue;
    border-radius:10px;
    padding: 15px;
    margin: auto;
    margin-top: 50px;
    background: orange;
    justify-content: center;
    border-style:dashed;
    width: 70%;
    
    
}
p{
    font-size: 20px;
    background: red;
    border-radius: 10px;
}


a{
    text-decoration: none;
    font-size: 20px;
    color: white;
    margin: 10px;
}
