
* {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

body {
    background: linear-gradient(to bottom right, #faf0e6, #eed9c4);
    height: 150vh;
    width: 100%;
    color:#333333;
    display: flex;
    justify-content: center;
    align-items: top;
    text-align: center;
}

.logo {
    width: 240px;
  
}

h1 {
    font-size: 42px;
    margin-bottom: 10px;
    font-weight: bold;
}

h2 {
    font-size: 22px;
    font-weight: 500;
}

.tagline {
    font-size: 18px;
    margin: 10px 0;
    opacity: 0.9;
}

.info {
    font-size: 20px;
    margin: 15px 0;
}

.contact-box {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.6;
    background: rgba(0,0,0,0.1);
    padding: 18px;
    width: 80%;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}
