.bg{
    background-image: url("./images/karuta_scene_4k.jpeg");
}
*{
    margin: 0;
    padding: 0;
}
#titleText{
    color: white !important;
}
.container2{
    background-image: url("images/karuta_scene_4k.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    max-width: 100%;
    align-content: center;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.7);
    display: block;
    position: relative;
}

.container2 img {
    position: absolute;
    bottom: 0;
    right: 10%;
    transform: none;
    width: 50%;
    height: auto;
    max-width: 600px;
}