@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;500;900&display=swap');
body {
    background-color: aquamarine;
}
.container {
    font-family: 'Rubik', sans-serif;
    display: block;
    margin: auto;
    margin-top: 100px;
    width:300px;
    height: 300px;
    border: solid;
    border-width: 8px;
    border-radius: 5px;
    box-shadow: 10px 10px 0px;
    
   
}
h1 {
    font-weight: 500;
    margin: auto;
    width: 50%;
    padding: 50px ;
}

p { 
    margin: auto;
    text-align: center;
    font-weight: 100;
    font-size: 20px;
    padding: -20px 20px 20px 20px;
    width: 70%;
}