@import url(./resources/fonts/stylesheet.css);

body {
    background: #0F1327;
    margin-left: 500px;
    margin-right: 500px;
    margin-top: 50px;
    margin-bottom: 100px;
    font-family: "Euclid Circular B";
}

h1 {
    color: white;
}

.p1 {
    color: white;
    line-height: 30px;
}

.title {
    color: white;
    font-size: 19px;
    padding-top: 50px;
    padding-bottom: 20px;
    font-weight: 600;
}