@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    width: 100%;
    font-family: "Poppins", serif;
    color: #454545;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px; 
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #111111;
    height: 100vh;
} 
h1, h2, h3, h4, h5, h6{
    font-family: "Playfair Display", serif;
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: capitalize;
}
.body_text{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 20px;
}
.body_text span{
    background: #e00000;
    color: #ffffff;
    font-weight: 600;
    font-size: 38px;
    line-height: 48px;
    padding: 4px 13px 9px;
    border-radius: 5px;
    margin-bottom: 25px;
}
.copyright_text{
    color: #ffffff;
    font-size: 15px;
    background: #232323;
    padding: 10px;
}
.copyright_text strong{
    color: #e00000;
}