@charset "UTF-8"; #content { border: double #fcf7f7; border-radius: 20px; -moz-border-radius: 25px; -webkit-border-radius: 25px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; padding-bottom: 15px; background-color: rgb(165, 169, 226); text-align: center; position: relative; } #wmark { height: 15px; width: auto; top: 50px; opacity: 0.4; font-size: 15px; font-family: Garamond; margin-left: auto; margin-right: auto; margin-bottom: 2px; text-align: center; } #rettriinstruction{ position: absolute; width: 290px; text-align:left; left:35px; top: 100px; font-family: Garamond; font-size: 25px; font-weight: bold; color: rgb(5, 44, 128); } #triinstruction{ position: absolute; width: 230px; text-align:left; left: 1000px; top: 113px; font-family: Garamond; font-weight: bold; font-size: 22px; color: rgb(5, 44, 128); } #triangle { border: 2px solid; margin-left: auto; margin-right: auto; } #rettriangle { border: 2px solid; margin-left: auto; margin-right: 40px; } #inputrettri { display: inline-block; left: 15px; position: absolute; top: 149px; } #inputtri { display: inline-block; right: 5px; position: absolute; top: 149px; } #output { border: 2px solid; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; margin-left: auto; margin-right: auto; padding-top: 10px; padding-left: 10px; text-align: left; font-family: Garamond; vertical-align: middle; } h2 { font-family: Garamond; margin: 0; padding: 5px; } img { width: 200px; height: auto; margin: 0; padding: 0; } .button { position: relative; margin-top:5px; left:7px; width: 100px; height: 35px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-style: solid; border-width: 1px; border-color: #006; font-family: Garamond; font-size: 23px; font-weight: bold; } .button:hover { background: #ffffff; cursor: pointer; } .input { border: 1px solid #006; background: #ffc; margin-top: 10px; padding-left: 7px; height: 30px; font-weight: 700; font-size: 16px; } .input:hover { background: #eef; border: 1px solid #000; } label { display: inline-block; margin: 0; padding: 0; font-family: Garamond; width: 30px; } .labelcount{ font-size: 30px; } /* */ .earth{ font-size: 25px; font-style: normal; /* text-align: center; */ } .earth h2{ color: #4d0000; text-align: center; } .earth h3{ color: #140264; font-size: 30px; font-family: Verdana, Geneva, Tahoma, sans-serif; } .earth h4{ color: #0b21eb; font-family: Verdana, Geneva, Tahoma, sans-serif; } .earth img{ width: 550px; margin-left: 170px; } .quiz-container{ max-width: 1000px; min-height: 1000px; margin: 30px auto; border-radius: 8px; padding: 0px; } .center{ text-align: center; bottom: 0px; margin-bottom: 20px; } .center .btn{ padding: 20px 30px; background-color: #4c006e; border:none; font-size: 35px; cursor:pointer; border-radius: 5px; display: inline-block; margin:10px 0; } .btn a{ color: rgb(248, 248, 248); text-decoration: none; } div.cosine { position: relative; } div.left { position: relative; /* <---------- required */ left: 0; /* <--------------------- required */ top: 0; /* <---------------------- required */ bottom: 0; /* <------------------- required */ text-align: center;} div.right { position: relative; /* <---------- required */ top: 0; /* <---------------------- required */ right: 100px; /* <-------------------- required */ bottom: 0; /* <------------------- required */ text-align: center; } .right img{ width: 470px; } #btn{ margin-top: 20px;} .previousBtn{ font-size: 25px; border-radius: 2px; padding: 15px; cursor: pointer; background-color: #4c006e; color: #ffffff; } .screenshot{ margin-top: auto; } .screenshot img{ width: 750px; }