@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap');

body {
    background-color: #602849;
    display: flex;
    align-items: center;
    flex-direction: column;
    color:#fff;
     font-family: "Red Hat Text", sans-serif;
    font-size: 22px;
}
img {
    width: 100%;
    max-width:500px;
    margin-top:40px;
    
}
p {
    text-align: center;
    display: block;
    width: 100%;
    max-width: 640px;
}