* {
	font-family: 'Poppins', sans-serif;
}
h1 {
	font-size: 50px;
	font-weight: 600;
	color: black;
}
span {
	font-size: 16px;
	font-weight: 600;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
    background-color: #fff;
    color: #fe7e26;
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container {
    max-width: 460px;
    margin: 0 auto;
}
.logo-center {
    text-align: center;
}
.logo {
    max-width: 450px;
    margin-bottom: 40px;
}
h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 25px;
}
p {
    font-size: 20px;
    line-height: 1.6;
    margin: 15px 0;
}
a {
    color: black;
}
.signature {
    margin-top: 40px;
    font-size: 22px;
    font-style: italic;
}