* {
    box-sizing: border-box;
}

img {
    max-width: 100;
}

@font-face {
    font-family: "Jacquard 12 Regular";
    src: url('Jacquard12-Regular.ttf');
}

body {
    background-color: lightskyblue;
}

h1 {
    font-family: "Jacquard 12 Regular";
    color: rgb(35, 68, 100);
    font-size: 50px;
    text-align: center;
    border: 5px dotted white;
    width: 800px;
    position: relative;
    margin: auto;
    margin-bottom: 70px;
}

p {
    background: white;
    border: 3px solid;
    border-color: rgb(35, 68, 100);
    height: 300px;
    width:800px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    align-content: center;
    color: rgb(35, 68, 100);
    font-family: monospace;
    line-height: 17px;
    padding: 20px;
}