@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

h2, h3, p, ul, a {font-family: 'Montserrat', sans-serif;}

body {background-color: firebrick; font-family: Georgia, 'Times New Roman', Times, serif;}
div {
    background-color: white;
    width: 500px;
    margin: 10px auto 10px auto;
    padding: 30px;
    border: 4px solid black;
    text-align: center;
}

ul {list-style-position: inside; 
    list-style-type: square}