body{
     font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
     font-weight: bolder;
     background-color: pink;
}

.container {
    position: relative;
    left: 500px;
    top: 200px;
}

button{
    height: 30px;
    box-shadow: black;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 15px;
}

p{
    font-size: 150%;
    margin-top: 15px;
}
