
        .Log { display: flex;flex-direction: column;height: 100%;width: 80%;}

        .Cd1 { height: 30%;width: 90%;margin: 0 auto;margin-top: 4%;display: flex;flex-direction: column; }
        h1 { font-size: 35px;font-family: 'Tilt Neon', sans-serif;margin-top: 3%;margin-left: 7%; }
        .Cd1 p { font-size: 20px;color: blue;font-family: 'Tilt Neon', sans-serif;margin-left: 8%;margin-top: 0%; }
        .Cd1 p:nth-child(3) { font-size: 18px;width: 50%;font-style: italic;color: #333; }
        .CC1 { height: 20%;width: 90%;display: flex;flex-direction: column;margin: 0 auto;margin-top: 20; }
        .CC1 form { height: 100%;width: 100%;display: flex;flex-direction: column; }
        .CC1 form input { height: 60px;width: 25%;margin-left: 9%;margin-top: 2%;border: none;border-radius: 10px;background-color: orange;
                            font-family: 'Tilt Neon', sans-serif;font-size: 20px;box-shadow: 1px 1px 1px 2px #777; }
        .PRA { height: 500px;width: 90%;margin: 0 auto;display: flex;flex-direction: column; }
        h4 { font-family: 'Tilt Neon', sans-serif;font-size: 35px;margin-left: 7%; }
        .LogImg { height: 360px;width: 70%;display: flex;flex-direction: row;border-radius: 20px;margin: 0 auto; }
        .LogImg img:nth-child(1) { border-top-left-radius: 20px;border-bottom-left-radius: 20px; }
        .LogImg img:nth-child(2) { border-top-right-radius: 20px;border-bottom-right-radius: 20px; }
        .LogImg img { height: 100%;width: 50%; }
        .Cd2 { height: 30%;width: 90%;display: flex;flex-direction: column;margin: 0 auto; }
        h2 { font-size: 35px;font-family: 'Tilt Neon', sans-serif;margin-left: 7%;margin-top: 3%; }
        .Cd2 p { font-family: 'Tilt Neon', sans-serif;font-size: 20px;margin-top: -1%;margin-left: 7%;margin-right: 5%;width: 80%; }
        .Cd3 { height: 34%;width: 90%;margin: 0 auto;display: flex;flex-direction: column; }
        h3 { font-size: 35px;font-family: 'Tilt Neon', sans-serif;margin-left: 7%; }
        .Cd3 p { font-size: 19px;font-family: 'Tilt Neon', sans-serif;margin-left: 7%;margin-right: 5%;
                 width: 80%;}
                 #I1 {background-color: orangered;}