@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

html {
    font-family: Playfair Display;
    color: white;
    text-align: left;
  background-color: #263e0f;
    background-image: url("images/IMG_0153.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    width: 300px;
    margin-top: 100px;
}

.paragraph {
    font-family: Poppins;
}

.paragraph_1 {
    font-family: Poppins;
    text-align: center;
    border-radius: 5px;
}

.p_s_1 {
    font-family: Poppins;
    text-align: center;
    color: #ffffff;
    padding: 20px;
}

.main {
    text-align: center;
}

.first {
    text-align: left;
    display: inline-block;
    margin: 20px;
}

h1 {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-line: underline;
    text-underline-offset: 8px;
    font-weight: 600;
}

a {
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.second {
    text-align: left;
    display: inline-block;
    margin: 20px;
}

.third {
    text-align: left;
    display: inline-block;
    margin: 20px;
}

button {
    margin-bottom: 70px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 15px;
    border-style: none;
    color: white;
    background-color: black;
    font-family: Poppins;
}

.logo_ {
    width: 100px;
    margin: 20px;
}