@charset "UTF-8";

body{
    background-image: linear-gradient(to bottom, rgb(89, 42, 133) 25%, rgb(185, 255, 185));
}

main{
    width: 80vw;
    height: 270px;
}

#div-img{
    position: absolute;
    left: 0;
    width: 30%;
    height: 100%;
}
#div-main{
    position: absolute;
    right: 0;
    width: 70%;
    height: 100%;
}
