/* colors:
BLUE: #1B99E8
RED: #D61043
YELLOW: #FFE33B
*/

body {
    margin: 0px;
    font-family: "Museo Slab 300";
    color: black;
    font-size: 13px;
    background: #4E4E4E;
}

body a {
    cursor: pointer;
    color: #1B99E8;
}

body a:hover {
    color: #D61043;
}

.pointer {
    cursor: pointer;
}

.main {
    text-align: center;
}

.title {
    font-size: 100px;
    color: #4DB374;
    padding: 20px;
}

.screen {
    width: 1072px;
    height: 600px;
    border: 1px solid black;
    margin: auto;
    position: relative;
    background: white;
}

.logo {
    position: absolute;
    top: 10px;
    left: 10px;
}

.logo img {
    width: 190px;
}

.headline {
    margin-top: 150px;
    font-size: 50px;
}

.super {
    margin-top: 50px;
    font-size: 90px;
}

.content {
    margin-top: 50px;
    font-size: 30px;
}

.contact {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.content .sub {
    padding: 5px 15px;
    margin-bottom: 5px;
}

.play {
    position: absolute;
    font-size: 150px;
    color: red;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.pic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid black;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.pic img.p2 {
    width: 680px;
}

.pic img.p3 {
    //width: 680px;
}

.guidance .t1 {
    position: absolute;
    top: 177px;
    left: 61px;
    color: red;
    font-size: 30px;
    background: white;
    padding: 15px 25px;
    border: 2px solid red;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.guidance .t2 {
    position: absolute;
    top: 288px;
    right: 32px;
    color: orange;
    font-size: 30px;
    background: white;
    padding: 15px 25px;
    border: 2px solid orange;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.guidance .HL1 {
    position: absolute;
    top: 73px;
    left: 300px;
    width: 567px;
    height: 39px;
    color: red;
    border: 2px solid red;
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.guidance .HL2 {
    position: absolute;
    left: 308px;
    top: 204px;
    height: 110px;
    width: 545px;
    border: 2px solid orange;
    border-radius: 10px;
}

.guidance .HL3 {
    position: absolute;
    left: 308px;
    top: 322px;
    height: 110px;
    width: 545px;
    border: 2px solid orange;
    border-radius: 10px;
}

.guidance .HL4 {
    position: absolute;
    left: 308px;
    top: 440px;
    height: 90px;
    width: 545px;
    border: 2px solid orange;
    border-radius: 10px;
}

.guidance .arrow {
    transform: rotate(-45deg);
    position: absolute;
    top: 152px;
    left: 198px;
    width: 127px;
    height: 3px;
    background: red;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.note {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.index {
    position: absolute;
    top: 23px;
    right: 23px;
    color: #4DB374;
    font-size: 25px;
}

.frame {
    width: 1072px;
    height: 600px;
    border: 12px solid #4DB374;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    background: white;
    box-sizing: border-box;
}













