* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.internet {
    top: 20px;
    font-size: 50px;
    position: absolute;
    text-shadow: 0 0 15px rgb(158, 158, 158);
}

.internet-google, .internet-facebook, .internet-twitter, .internet-yahoo {
    top: 20px;
    font-size: 70px;
    position: absolute;
    display: none;
    text-shadow: 0 0 10px rgb(146, 146, 146);
}

.header {
    width: 50%;
}

.header-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.header-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.container .header-top .google {
    width: 200px;
    height: 80px;
    background-color: rgb(241, 241, 241);
    border-radius: 10px;
    box-shadow: 0 0 30px 2px rgb(163, 160, 160);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Times New Roman', Times, serif, sans-serif;
    font-size: 30px;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.container .header-top .google:hover {
    box-shadow: 0 0 10px 3px white;
    cursor: grab;
}

.container .header-top .google:active {
    cursor: grabbing;
    opacity: .7;
}

.container .header-top .facebook {
    width: 200px;
    height: 80px;
    background-color: rgb(241, 241, 241);
    border-radius: 10px;
    box-shadow: 0 0 30px 2px rgb(163, 160, 160);
    display: flex;
    justify-content: center;
    align-items: center;
    color: blue;
    font-family: 'Times New Roman', Times, serif, sans-serif;
    font-size: 30px;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.container .header-top .facebook:hover {
    box-shadow: 0 0 10px 3px white;
    cursor: grab;
}

.container .header-top .facebook:active {
    cursor: grabbing;
    color: rgba(0, 0, 255, 0.603);
}

.container .header-bottom .twitter {
    width: 200px;
    height: 80px;
    background-color: rgb(241, 241, 241);
    border-radius: 10px;
    box-shadow: 0 0 30px 2px rgb(163, 160, 160);
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(109, 109, 109);
    font-family: 'Times New Roman', Times, serif, sans-serif;
    font-size: 30px;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.container .header-bottom .twitter:hover {
    box-shadow: 0 0 10px 3px white;
    cursor: grab;
}

.container .header-bottom .twitter:active {
    cursor: grabbing;
    color: rgba(167, 167, 177, 0.603);
}

.container .header-bottom .yahoo {
    width: 200px;
    height: 80px;
    background-color: rgb(241, 241, 241);
    border-radius: 10px;
    box-shadow: 0 0 30px 2px rgb(163, 160, 160);
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(0, 0, 0);
    font-family: 'Times New Roman', Times, serif, sans-serif;
    font-size: 30px;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.container .header-bottom .yahoo:hover {
    box-shadow: 0 0 10px 3px white;
    cursor: grab;
}

.container .header-bottom .yahoo:active {
    cursor: grabbing;
    color: rgba(51, 51, 51, 0.603);
}

.container .header-top .google span:nth-child(1) {
    color: blue;
}
.container .header-top .google span:nth-child(2) {
    color: red;
}
.container .header-top .google span:nth-child(3) {
    color: yellow;
}
.container .header-top .google span:nth-child(4) {
    color: blue;
}
.container .header-top .google span:nth-child(5) {
    color: green;
}
.container .header-top .google span:nth-child(6) {
    color: red;
}

#google, #facebook, #twitter, #yahoo {
    margin: 10px;
}

.content {
    width: 45%;
    height: 400px;
    box-shadow: 0 0 30px 2px rgb(214, 214, 214);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.text {
    display: block;
    font-size: 40px;
    font-weight: 500;
    margin: 40px 40px 0 40px;
}

.google-text, .facebook-text, .twitter-text, .yahoo-text {
    display: none;
}

.google-text h1 {
    font-size: 35px;
    letter-spacing: 10px;
    text-align: center;
    margin-top: 30px;
}

.google-text p {
    margin: 20px 50px 0 20px;
}

.facebook-text h1 {
    font-size: 35px;
    letter-spacing: 10px;
    text-align: center;
    margin-top: 30px;
}

.facebook-text p {
    margin: 20px 50px 0 20px;
}

.twitter-text h1 {
    font-size: 35px;
    letter-spacing: 10px;
    text-align: center;
    margin-top: 30px;
}

.twitter-text p {
    margin: 20px 50px 0 20px;
}

.yahoo-text h1 {
    font-size: 35px;
    letter-spacing: 10px;
    text-align: center;
    margin-top: 30px;
}

.yahoo-text p {
    margin: 20px 50px 0 20px;
}