body{
    background-color:#FFF8D8;
}
h3{
    text-align: center;
    font-size:30px;
    color:#5682B1;
}
p{
    text-align: center;
    font-size:20px;
    color:#5682B1;
}
.T{
    font-size:14px;
    text-align:center;
}
.I{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border-radius: 50%;
}
a{
    display: block;
    margin:30px;
    padding:20px 10px 10px 15px;
    border-radius:10px;
    font-size:20px;
    background-color:#739EC9;
    text-align: center;
    text-decoration:none;
    color:#000;
 box-shadow:4px 0px 20px rgb(238, 238, 238);
}

@media only screen and (min-width: 1200px){

   body{
    background-color:#222831;
}
body{
    border:6px solid white;
}
h3{
    text-align: center;
    font-size:30px;
    color:#EEEEEE;
}
p{
    text-align:center;
    font-size:30px;
    color:#EEEEEE;
}
a{
    display: block;
    margin:10px;
    padding:10px 10px 10px 10px;
    border-radius:10px;
    font-size:20px;
    background-color:#00ADB5;
    text-align: center;
    text-decoration:none;
    color:#393E46;
    box-shadow:6px 6px 20px rgb(238, 238, 238);
}
.I{
    margin-left: auto;
    margin-right: auto;
    width:20%;
   height:30%;
    border-radius: 50%;
}
.links{
 width:50%;
 height:50%;
margin-left: auto;
margin-right: auto;
}
}