body{
    background-color: beige;
    border-style:solid;
    border-width: 1000px;
}

p{
    background-color: #2c1147;
    border-radius: 10px;
    height:100px;
    width:200px;
    color: beige;
}

h1{
    color: #2c1147;
}