@media (min-width: 300px) and (max-width:1000px) {

    body {
        background-color: rgb(106, 252, 103);
    }

    #dot {
        font-size: 50px;
        float: right;
        display: flex;
        justify-content: end;
    }

    .link1 {
        color: black;
    }

    div {
        text-align: center;
    }

    .first {
        padding: 25% 25% 0% 25%;
    }

    .subfirst {
        font-size: 50px;
    }

    .secondpar {
        display: flex;
        justify-content: center;
        padding: 5% 0% 0% 0%;

    }

    .second {
        height: 100px;
        width: 800px;
        border: 5px solid black;
        border-radius: 4px;

    }

    .secondlink {
        text-decoration: none;
        color: black;
        font-size: 20px;
    }

    .box {
        height: 500px;
        width: 700px;
        margin-bottom: 1000px;
    }

    .thirdpar {
        display: flex;
        justify-content: center;
        padding: 5% 0% 0% 0%;

    }

    .third {
        height: 100px;
        width: 800px;
        border: 5px solid black;
        border-radius: 4px;

    }

    .thirdlink {
        text-decoration: none;
        color: black;
        font-size: 20px;
    }

    .fourthpar {
        display: flex;
        justify-content: center;
        padding: 5% 0% 0% 0%;

    }

    .fourth {
        height: 100px;
        width: 800px;
        border: 5px solid black;
        border-radius: 4px;

    }

    .fourthlink {
        text-decoration: none;
        color: black;
        font-size: 20px;
    }
    .five {
        background-color: rgb(43, 42, 42);
        color: white;
        margin: 100px 0px 0px 230px;
        height: 150px;
        width: 500px;
    }
    
    .fivtext {
        padding: 50px;
        font-size: 50px;
    }
}

@media (min-width:1000px) and (max-width:1600px) {
    body {
        background-color: rgb(106, 252, 103);
    }

    #dot {
        font-size: 30px;
        float: right;
        display: flex;
        justify-content: end;
    }

    .link1 {
        color: black;
    }

    div {
        text-align: center;
    }

    .image {
        height: 200px;
        width: 200px;
    }

    .first {
        padding: 5% 25% 0% 25%;
    }

    .subfirst {
        font-size: 20px;
    }

    .secondpar {
        display: flex;
        justify-content: center;
        padding: 3% 0% 0% 0%;

    }

    .second {
        height: 70px;
        width: 600px;
        border: 4px solid black;
        border-radius: 4px;

    }

    .secondlink {
        text-decoration: none;
        color: black;
    }

    .seclinktext {
        margin: 15px 10px 10px 10px;
    }

    .box {
        height: 500px;
        width: 700px;
        margin-bottom: 1000px;
    }

    .thirdpar {
        display: flex;
        justify-content: center;
        padding: 3% 0% 0% 0%;

    }

    .third {
        height: 70px;
        width: 600px;
        border: 4px solid black;
        border-radius: 4px;

    }

    .thirdlink {
        text-decoration: none;
        color: black;
    }

    .trdlinktext {
        margin: 15px 10px 10px 10px;
    }

    .fourthpar {
        display: flex;
        justify-content: center;
        padding: 3% 0% 0% 0%;

    }

    .fourth {
        height: 70px;
        width: 600px;
        border: 4px solid black;
        border-radius: 4px;

    }

    .fourthlink {
        text-decoration: none;
        color: black;
    }

    .forlinktext {
        margin: 15px 10px 10px 10px;
    }

.five {
    background-color: rgb(43, 42, 42);
    color: white;
    margin: 100px 0px 0px 510px;
    height: 150px;
    width: 500px;
}

.fivtext {
    padding: 50px;
    font-size: 50px;
}
}

.fivelink {
    text-decoration: none;
    color: white;
}