.container {
width: 99vw;
height: 95vh;
background-color: none;
display: flex;
}

.image {
height: 95vh;
padding-left: 50px;
}

.dcontainer {
height: 95vh;
width: 220px;
background-color: none;
display: flex;
align-items: end;
padding-left: 20px;
}

.description{
color: dodgerblue;
background-color: none;
font-family: "p22-underground", sans-serif;
font-weight: 300;
font-style: normal;
}

#description a {
    color: inherit;
    text-decoration: underline; 
}

#myButton {
    pointer-events: none;
}