*{
    margin: 0;
    padding: 0;
}

.container{
    font-weight: 800;
}

.container-one{
    background: url(https://gchulc.com.au/wp-content/uploads/2020/06/magnifier-blue-background.jpg);
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 700px;
    /* margin-top: 100px; */
    background-repeat: no-repeat;
    background-size: cover;
}

#hd-wallpapers{
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 100px;
    color: black;
}

.hd-wallpapers-text{
    columns: black;
    font-weight: 500;
    width: 70%;
    text-align: center;
    margin-bottom: 20px;
}

#text{
    width: 50%;
    height: 35px;
    margin-bottom: 20px;
    border-color: white;

}

#btn{
    width: 10%;
    margin-bottom: 50px;
    /* border: 1px solid white; */
}

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

#div img{
    margin: 15px;
    height: 400px;
    width: 500px;
    /* transition: transform 0.5 ease; */
}

img:hover{
    transform: scale(1.03);
}

.footer{
    background-color:white;
    min-height: 80px;
}

.footer-one{
    color: black;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
   padding: 10px;
}

.contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.contact div{
    font-size: 13px;
    font-weight: 630;
    margin-right: 20px;
    margin-bottom: 10px;
}

.media-icons{
    color: black;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.media-icons a{
    font-size: 25px;
    margin-right: 20px;
    color: rgba(14, 14, 252, 0.849);
}


.okay div{
    margin-right: 20px;
    font-weight: 500;
}