@import url('/font-awesome-4.7.0/css/font-awesome.min.css');

:root{
    color: black;
}

body{
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #D3D3D3;
}

h1{
    padding-bottom: 20px;
}


img{
    display: block;
    height: 75px;
    margin-bottom: none;
    justify-self: center;
}

img:hover{
    color: steelblue;
}

.download-container{
    display: flex;
    justify-content: space-between;
    width: 40rem;
    justify-self: center;
    border-radius: 5px;
    height: auto;
    background-color: white;
}

.download-container div{
    justify-content: center;
    text-align: center;
    width: 10rem;
    padding-top: 20px;
}

.download-container div:hover{
    background-color: steelblue;
}

