@import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&display=swap');
body {
    background: url('../images/BACKGROUND.jpg') no-repeat;
    background-size: 100vw 100vh;
}

#logo {
    position: top left;
    width: 150px;
    height: 150px;
}

#img_box {
    position: absolute;
    top: 50%;
    left: 30%;
}

#baby_img {
    width: 280px;
    height: 180px;
    border-radius: 46px;
    border: 3px solid #122446;
box-shadow: 0px 0px 5px #0b1832, inset 0px 0px 2px #0b1c3f;
opacity: 0.85;
}

#music_img {
    width: 100px;
    height: 80px;
    margin-bottom: 40px;
    margin-left: 40px
}

#text_div {
    position: absolute; 
    top: 80%; 
    right: 5%;
    width: 65%;
}

#text_div h1 {
    color: white; 
    text-align: right !important;
    font-family: "Charm", cursive;
}