*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: inherit;
}

    body {
        background-color: blanchedalmond;
        width: 100%;    
    }

    h1 {
        font-size: 30px;
        text-align: center;
        font-family: "Chakra Petch", sans-serif;
    }

    h2 {
        font-size: 30px;
        text-align: center;
        font-family: "Chakra Petch", sans-serif;
        color: red;
    }

    h3 {
        font-size: 20px;
        font-family: "Chakra Petch", sans-serif;
    }

    ol {
        /* background-color: aqua; */
        width: 50%;
        margin: 0 auto;
        font-size: 25px;
        font-family: "Chakra Petch", sans-serif;
        line-height: 150%;
    }

    .container {
        background: greenyellow;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        margin-top: 1%;
        border-radius: 10px;
        width: 1000px;
        padding: 20px;
        box-shadow: 0 5px 5px 5px rgba(0,0,0,0.1);
    }

    /* Home Page */

    .heading {
        /* background-color: brown; */
    }

    .logo {
        /* background-color: aqua; */
        position:relative;
        top: 0;
    }

    .heading_text {
        /* background-color:blue; */
        position:absolute;
        top: 0;
        left: 20%;
    }

    /* a {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
        color: black;
    }   */

/* Results Page */

    .mytable {
        background-color:aquamarine;
        margin: 0 auto;
        border-collapse: collapse;
    }

    .mytable th {
        background-color:rgb(105, 105, 215);
        border: 1px solid black;
        padding: 5px;
        font-size: 22px;
        font-weight: bold;
    }

    .mytable td {
        /* background-color: coral; */
        border: 1px solid black;
        padding: 5px;
        font-size: 22px;
        font-weight: 100;
    }

   .mytable th:nth-child(1) {
        width: 5%;
    }

    .mytable th:nth-child(2) {
        width: 30%;
    }

    .mytable th:nth-child(3) {
        width: 10%;
    }

    .mytable th:nth-child(4) {
        width: 10%;
    }

    .mytable th:nth-child(5) {
        width: 10%;
    }

    .mytable th:nth-child(6) {
        width: 15%;
    }

    .mytable th:nth-child(7) {
        width: 16%;
    }

    .mytable th:nth-child(8) {
        width: 15%;
    }

    .delete_button {
        /* background-color: blueviolet; */
        font-family: "Chakra Petch", sans-serif;
        color: red;
        font-size: 30px;
    }

    .delete_button:hover {
        color: red;
        font-size: 35px;
    }

    .form_input {
        /* background-color:brown; */
    }

    .input_part1 {
        /* background-color: darkgoldenrod; */
        display: flex;
    }

    .form_input1 {
        /* background-color: blue; */
        padding: 1%;
        font-family: "Chakra Petch", sans-serif;
        font-size: 15px;
    }

    .form_input2 {
        /* background-color:blueviolet; */
        padding: 1%;
        font-family: "Chakra Petch", sans-serif;
        font-size: 15px;
    }

    .input_part3 {
        /* background-color: deeppink; */
        display: flex;
    }

    .form_input3 {
        /* background-color:aquamarine; */
        padding: 1%;
        font-family: "Chakra Petch", sans-serif;
        font-size: 15px;
    }

    .input_part2 {
        /* background-color: darkgreen; */
        display: flex;
    }

    .form_input4 {
        /* background-color:cadetblue; */
        padding: 1%;
        font-family: "Chakra Petch", sans-serif;
        font-size: 15px;
    }

    .form_input6 {
        /* background-color:darkgoldenrod; */
        padding: 1%;
        font-family: "Chakra Petch", sans-serif;
        font-size: 15px;
    }

    .form_input5 {
        /* background-color:hotpink; */
        padding: 1%;
        font-family: "Chakra Petch", sans-serif;
        font-size: 15px;
    }

    .btn_add_shooter {
        background-color:rgb(6, 232, 6);
        border-radius: 5px;
        width: 170px;
        height: 35px;
        text-align: center;
        font-family: "Chakra Petch", sans-serif;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
    }

    .btn_add_shooter:hover {
        background-color:rgb(6, 232, 6);
        border-radius: 5px;
        font-family: "Chakra Petch", sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: aliceblue;
    }

    .form-control1 {
        /* background-color: yellow; */
        border-radius: 5px;
        padding: 1%;
        font-family: "Chakra Petch", sans-serif;
        font-size: 20px;
    }
        
    .form-control2 {
        /* background-color: darkorange; */
        border-radius: 5px;
        width: 100px;
        padding: 1%;
        font-family: "Chakra Petch", sans-serif;
        font-size: 20px;
    }

    .form-control3 {
        /* background-color: darkorange; */
        border-radius: 5px;
        width: 150px;
        padding: 1%;
        font-family: "Chakra Petch", sans-serif;
        font-size: 20px;
    }

    .btn_remove_shooter {
        background-color:red;
        border-radius: 5px;
        padding: 1%;
        width: 170px;
        height: 31px;
        text-align: center;
        font-family: "Chakra Petch", sans-serif;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
    }

    .btn_remove_shooter:hover {
        background-color:red;
        color: aliceblue;
        border-radius: 5px;
        padding: 1%;
        width: 170px;
        height: 31px;
        font-family: "Chakra Petch", sans-serif;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
    }

    .submit_btn {
        background-color: aqua;
        border: 2px solid black;
        display: block;
        margin: 2% auto;
        border-radius: 5px;
        width: 200px;
        height: 35px;
        font-family: "Chakra Petch", sans-serif;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
    }

    .submit_btn:hover {
        background-color:teal;
        color: aliceblue;
    }

    .results_btn {
        background-color: aqua;
        border: 2px solid black;
        display: block;
        margin: 2% auto;
        border-radius: 5px;
        width: 200px;
        height: 35px;
        align-content: center;
        text-align: center;
        font-family: "Chakra Petch", sans-serif;
        font-size: 20px;
        font-weight: bold;
    }

    .results_btn:hover {
        background-color:teal;
        color: aliceblue;
    }

    .target_counter_btn {
        background-color: aqua;
        border: 2px solid black;
        display: block;
        margin: 2% auto;
        border-radius: 5px;
        width: 200px;
        height: 35px;
        align-content: center;
        text-align: center;
        font-family: "Chakra Petch", sans-serif;
        font-size: 20px;
        font-weight: bold;
    }

    .target_counter_btn:hover {
        background-color:teal;
        color: aliceblue;
    }

    a.results:link {
        color: black;
        font-family: "Chakra Petch", sans-serif;
      }
    
    button {
        all: unset;
    }
      
    button:focus {
        outline: revert;
    }

    .clear_form {
        background-color:rgb(232, 49, 49);
        border-radius: 5px;
        padding: 1%;
        display: block;
        margin: 2% auto;
        font-family: "Chakra Petch", sans-serif;
        font-size: 15px;
        font-weight: bold;
    }

    .clear_form:hover  {
        background-color:rgb(123, 5, 5);
        border-radius: 5px;
        display: block;
        padding: 1%;
        margin: 2% auto;
        color: aliceblue;
        font-family: "Chakra Petch", sans-serif;
        font-size: 15px;
        font-weight: bold;
    }

    .back_home {
        /* background-color: blueviolet; */
        padding: 1%;
        font-family: "Chakra Petch", sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: blue;
        cursor: pointer;
    }

    .back_home:hover {
        /* background-color:teal; */
        padding: 1%;
        font-family: "Chakra Petch", sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: blue;
    }
