html {
    background-color: #F0F8FF;
    overflow-x: hidden;
}

.welcome {
    position: absolute;
    width: 493px;
    height: 154px;

    font-family: 'Baloo Chettan 2', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 125px;
    line-height: 180px;

    color: #000000;

    transform: translate(710px, 284px);

}

.welcome2 {
    position: absolute;
    width: 966px;
    height: 154px;

    font-family: 'Baloo Chettan 2', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 96px;
    line-height: 138px;

    color: #000000;
    transform: translate(475px, 484px);
}

.PressThis {
    position: absolute;
    width: 535px;
    height: 139px;
    
    background-color: #99BADD;

    font-family: 'Baloo Chettan 2', cursive;
    position: absolute;
    width: 400px;
    height: 100px;
    border-radius: 50px;
    font-size: 35px;

    border: 0px solid;

    transform: translate(765px, 650px);
}

.PressThis:hover {
    background-color: #89CFF0;
    cursor:pointer;
}

.PressThis:active {
    background-color: #32CD32;
    cursor:pointer;
}

.aboutMe {
    position: absolute;
    width: 404px;
    height: 122px;

    font-family: 'Baloo Chettan 2', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 96px;
    line-height: 138px;

    overflow: hidden;

    color: #000000;

    transform: translate(765px, 1650px)
}

.aboutMe2 {
    position: absolute;
    width: 1322px;
    height: 360px;
    
    font-family: 'Baloo Chettan 2', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 92px;
    
    overflow: hidden;

    color: #000000;

    transform: translate(475px, 1950px)
}

.contactMe {
    position: absolute;
    width: 474px;
    height: 122px;
    
    overflow: hidden;

    font-family: 'Baloo Chettan 2', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 96px;
    line-height: 138px;
    
    color: #000000;
    
    transform: translate(690.5px, 2800px)
}

.contactMe2 {
    position: absolute;
    width: 959px;
    height: 268px;

    overflow: hidden;

    font-family: 'Baloo Chettan 2', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 64px;
    line-height: 92px;

    color: #000000;

    transform: translate(690.5px, 3150px)
}

.myGoals {
    position: absolute;
    width: 364px;
    height: 122px;
    
    font-family: 'Baloo Chettan 2', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 96px;
    line-height: 138px;
    
    color: #000000;

    overflow: hidden;

    transform: translate(690.5px, 4000px)
}

.myGoals2 {
    position: absolute;
    width: 1322px;
    height: 438px;
    
    font-family: 'Baloo Chettan 2', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 92px;
    
    overflow: hidden;

    color: #000000;
    transform: translate(655px, 4250px)
}

.Goodbye {
    position: absolute;
    width: 813px;
    height: 122px;
    
    font-family: 'Baloo Chettan 2', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 96px;
    line-height: 138px;
    
    color: #000000;
    
    overflow: hidden;

    transform: translate(525px, 5000px)
}