*{
    background-color: #201b21;
    padding: 0px;
    margin: 0px;
}

#start_image{
    height: 100dvh;
    overflow: hidden;
}

#start_image img{
    display: flex;
    height: 100%;
    justify-self: center;
    object-fit:contain;
}