@import url('https://fonts.googleapis.com/css2?family=Montserrat: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&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200;300;400;500;600;700&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&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif
}

img {
    width: 219px;
    height: 48px;
    margin-left: 50%;
    margin-top: 50px;
    transform: translateX(-50%);
}

h1 {
    text-align: center;
    margin-top: 50px;
    font-size: 25px;
    font-weight: 700;
}

p {
    text-align: center;
    padding: 20px;
}

.section-text {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    height: 50vh;
    z-index: 1;
}

.section-img {
    background-image: url("../img/paladium-bg.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50vh;
}

.link {
    color: red;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}