﻿body {
    background-color: #000080;
}
#image {
    width: 20%;
}
@media all and (max-width: 1199px) {
    #window_1,
    #window_2,
    #window_3,
    #text {
        display: none;
    }
    #window_4 {
        display: block;
    }
}
@media all and (min-width: 1200px) {
    #window_1,
    #window_2,
    #window_3,
    #text {
        display: block;
    }
    #window_4 {
        display: none;
    }
}
#window_1 {
    width: 500px;
    height: 600px;
    border-radius: 10px;
    position: absolute;
    background-color: #ff8a9d;
    border: 4px solid yellow;
    overflow: hidden;
}
#window_2 {
    width: 500px;
    height: 600px;
    border-radius: 10px;
    position: absolute;
    background-color: #0f8bff;
    border: 4px solid yellow;
    overflow: hidden;
}
#window_3 {
    width: 1060px;
    height: 25px;
    position: absolute;
    top: 690px;
    left: 50px;
    background-color: yellow;
    font-size: 1.2em;
    text-align: center;
    color: red;
    font-weight: normal;
    font-family: sans-serif;
    margin: auto;
    padding-top: 5px;
    border-radius: 5px;
}
#window_4 {
    font-family: sans-serif;
    color: yellow;
    text-align: center;
    margin-top: 30px;
}
#text {
    font-family: sans-serif;
    width: 1100px;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    margin: auto;
    color: #fff;
}
#copy {
    float: right;
    color: #b2ecff;
    font-weight: normal;
    position: relative;
    top: 575px;
    font-family: sans-serif;
}
#max {
    float: left;
    position: relative;
    top: 500px;
}
a {
    font-family: sans-serif;
    color: yellow;
    font-weight: bold;
}
a:hover {
    font-family: sans-serif;
    color: #0f0;
    text-decoration: none;
}
#return {
    position: absolute;
    top: 10px;
    left: 10px;
}
