body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background-image: url(./images/background.png);
}

.Desktop {
    height: 100vh;
    display:flex;
    justify-content: center;
}

.middle-parent {
    color: white;
    text-align: center;
    margin-top: 350px;
    }

h1{
    color: #ffffff;
    font-family: Poppins;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

h2{
    color: #ffffff;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
}

img{
    position: absolute;
    width: 98px;
    height: 84.757px;
}
.logo {
    position: absolute;
    width: 61.075px;
    height: 52.821px;
    flex-shrink: 0;
    left: 70px;
    top: 60px;
  }
p {
    color: white;
    position: absolute;
    top: 42px;
    left: 150px;
    font-size: 30px;
}