@import url('https://fonts.googleapis.com/css2?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');

* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Poppins";
    width: 100vw;
    height: 100vh;
    padding: 0 70px;
}
.left {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title {
    font-size: 70px;
    color : #3CC8EA;
}
.quote {
    font-size: 30px;
    color : #1c6071;
    margin: 30px 0;
    font-weight: 300;
}
hr {
    border: none;
    width: 550px;
    height: 5px;
    background-color: #3CC8EA
}

.startbtn {
    font-family: "Poppins";
    font-weight: 700;
    width: 225px;
    height: 70px;
    outline: none;
    color: white;
    font-size: 30px;
    background-color: #3CC8EA;
    border-radius: 25px;
    border: none;
    transition: 0.3s ease;

}

.startbtn:hover {
    background-color: white;
    border: 2px solid #3CC8EA;
    color: #3CC8EA;
}

body {
    width: 100%;
    background-color: #3cb6ea;
    background-image: linear-gradient(135deg, white,#80c8e7);
}

/* Right */



#quoteTitle {
    transition: 0.5s ease;
}

.logoimage {
    position:absolute;
    width:350px;
    height:350px;
    left:1000px;
    top:200px;
}
