@media only screen and (max-width: 600px) {
    @import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
body{
    background-image: url(/images/5137894.jpg);
    background-size: cover;
    text-align: center;
    align-items: center;
    font-family: 'Oswald', sans-serif;
    
}
.body{
    margin-top: 100px;
    padding: auto;
    width: auto;
    height: content;
}
.logo{
    width: 250px;
}
.grid{
    margin: auto;
    display: block;
    
}
.social{
    margin: auto;
    display: block;
    text-align: left;
    align-content: center;
    padding: 10px;
    width: 250px;
    border: 3px solid #3494CC;
    border-radius: 10px;
    text-decoration: none;
    color: #EAE82A;
}
#social{
    margin-top: 20px;
}
.social:hover{
    border: 3px solid #67BD48;
    color: #67BD48;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    @import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
body{
    background-image: url(/images/5137894.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    align-items: center;
    font-family: 'Oswald', sans-serif;
    
}
.body{
    margin-top: 100px;
    padding: auto;
    width: auto;
    height: content;
}
.logo{
    width: 250px;
}
.grid{
    margin: auto;
    display: block;
    
}
.social{
    margin: auto;
    display: block;
    text-align: left;
    align-content: center;
    padding: 10px;
    width: 250px;
    border: 3px solid #3494CC;
    border-radius: 10px;
    text-decoration: none;
    color: #EAE82A;
}
#social{
    margin-top: 20px;
}
.social:hover{
    border: 3px solid #67BD48;
    color: #67BD48;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    @import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
body{
    background-image: url(/images/5137894.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    align-items: center;
    font-family: 'Oswald', sans-serif;
    
}
.body{
    margin-top: 100px;
    padding: auto;
    width: auto;
    height: content;
}
.logo{
    width: 250px;
}
.grid{
    margin: auto;
    display: block;
    
}
.social{
    margin: auto;
    display: block;
    text-align: left;
    align-content: center;
    padding: 10px;
    width: 250px;
    border: 3px solid #3494CC;
    border-radius: 10px;
    text-decoration: none;
    color: #EAE82A;
}
#social{
    margin-top: 20px;
}
.social:hover{
    border: 3px solid #67BD48;
    color: #67BD48;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    @import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
body{
    background-image: url(/images/5137894.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    align-items: center;
    font-family: 'Oswald', sans-serif;
    
}
.body{
    margin-top: 100px;
    padding: auto;
    width: auto;
    height: content;
}
.logo{
    width: 250px;
}
.grid{
    margin: auto;
    display: block;
    
}
.social{
    margin: auto;
    display: block;
    text-align: left;
    align-content: center;
    padding: 10px;
    width: 250px;
    border: 3px solid #3494CC;
    border-radius: 10px;
    text-decoration: none;
    color: #EAE82A;
}
#social{
    margin-top: 20px;
}
.social:hover{
    border: 3px solid #67BD48;
    color: #67BD48;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    @import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
body{
    background-image: url(/images/5137894.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    align-items: center;
    font-family: 'Oswald', sans-serif;
    
}
.body{
    margin-top: 100px;
    padding: auto;
    width: auto;
    height: content;
}
.logo{
    width: 250px;
}
.grid{
    margin: auto;
    display: block;
    
}
.social{
    margin: auto;
    display: block;
    text-align: left;
    align-content: center;
    padding: 10px;
    width: 250px;
    border: 3px solid #3494CC;
    border-radius: 10px;
    text-decoration: none;
    color: #EAE82A;
}
#social{
    margin-top: 20px;
}
.social:hover{
    border: 3px solid #67BD48;
    color: #67BD48;
}
}