.strech-40-div {
    width: 80vw; /* 100% of viewport width */
    height: 20vh; /* 60% of viewport height */
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

a {
  color: darkblue;
}