html,body{
    width: 100%;
    height: 100vh;
}

body{
    background: rgb(255,254,250);
    background-size: 100% 100%;
}

.dcontainer{
    display: flex;
    flex-direction: column;
    padding-top: 3%;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.3);
}

.dcontainer > img{
    width: 588px;
    min-width: 200px;
    max-width: 600px;
    position: relative;
}

h3{
    text-align: center;
}

.by-legend{
    position: relative;
    top: -30px;
    align-items: center;
}

.by-legend h3{
    padding-top: 5px;
    font-size: 16px;
    font-weight: bolder;

}

.by-legend img{
    width: 150px;
}

a{
    width: 320px;
    height: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-weight: bolder !important;
    font-size: 16px;
    text-transform: uppercase;
}
