@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');

body {
    margin: 0;
    background-color: salmon;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; 
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
}