body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#container{
  display: flex;
  flex-direction:row;
  align-items: center;
  justify-content: center;
}

a{
  margin-top:20px;
  color: black;
  margin-left: 10px;
}

#winlink::before, #maclink::before{
  height: 70px;
  width: 300px;
  background-size: contain !important;
  display: block;
  content:" ";
}


#winlink::before{
  background: url('../assets/downloadwindows.png') no-repeat
}


#maclink::before{
  background: url('../assets/downloadmac.png') no-repeat
  
}