.main-content{
    display: flex;
    margin-top: 10px;
    margin-left: 30px;
}

.main-content .contents-1{
    width: calc(100% / 4);
    height: max-content;
    background-color: #ffffff11;
    padding: 20px;
    text-align: center;
    font-size: 2rem;
    line-height: 30px;
    border: 10px solid rgba(243, 210, 210, 0.336);
    border-top-left-radius: 10px;
    border-right: none;
    border-bottom:none;
    margin-top:40px;
}

.main-content .contents-1 p{
    font-size: 3rem;
}

.main-content .contents-1 h5{
    font-size: 2rem;
    font-family: 'Courier New', Courier, monospace;
    text-align: left;
    color: rgb(0, 0, 0);
}

.main-content .contents-1 a{
     width:max-content;
     height: 100%;
     background-color: aquamarine;
     padding: 10px;
     font-family: sans-serif;
     font-size: 2.6rem;
     text-transform: capitalize;
     border-radius: 20px;
     text-decoration: none;
}
.main-content .contents-1 a:hover{
    background-color: #386ed3;
    color: #fff;
    transition: 0.5s;
}

.main-content .contents-2{
    width: calc(100% / 2);
    height: max-content;
    background-color: #2e2323a2;
    padding: 20px;
    padding-left:40px;
    text-align: left;
    font-size: 3.5rem;
    line-height: 30px;
    margin-left: 200px;
    color:white;
    border: 15px rgba(59, 59, 11, 0.144) solid;
    border-top-left-radius: 20px;
     border-bottom-left-radius: 20px;
    border-right: none;
    border-top:none;
    
}

.main-content .contents-2 p{
    font-size: 2rem;
    opacity: 50%;
}


.main-content .contents-2 li{
     padding: 10px;
     font-family:Georgia, 'Times New Roman', Times, serif;
     font-size: 2rem;
     text-decoration: none;
     color:rgb(247, 240, 240)
}
.main-content .contents-2 li:hover{
    background-color: #4f427c3f;
    color: #fb86ff;
    transition: 0.2s;
    font-size: 2.5rem;
}

.main-content2{
    display: flex;
    margin: 10px;
    width: calc(100% - 10px);
    height: max-content;
    background-color:  #1d1d1dee;
    align-items: center;
}

.main-content2 .contents-3{
    width: calc(100%/3);
    height: 100%;
    font-size: 2rem;
    color: rgba(255, 101, 101, 0.925);
    padding: 10px;
    letter-spacing: 3px;
    margin: 2px;
    
}

.main-content2 .contents-3 li{
    font-size: 2.5rem;
    list-style-type: none;
    padding-left: 10px;
    text-align: center;
}
.main-content2 p{
     width: calc(100%/6);
    height: 100%;
    font-size: 2.2rem;
    margin-left: 30px;
    color: white;
}
.main-content2 p span{
    font-size: 25px;
}

.main-content2 .contents-3 button{
    width: max-content;
    height: fit-content;
    font-size: 2rem;
    background-color:  #1d1d1db6;
    border: none;
    color: white;
}

.main-content2 .contents-3 button:hover{
    background-color: rgb(37, 36, 36);
    color: rgb(106, 255, 37);
    cursor: pointer;
    border-radius: 3px;
     font-size: 2.2rem;
     transition: 0.6s;
}



@media only screen and (max-width: 600px) {
 .main-content{
    margin-top: 10px;
    margin-left: 0px;
    display: inline-block;
}

.main-content2{
    display:inline-block;
    margin: 0px;
    width:  100%;
    height: max-content;
    padding: 0px;
}
.main-content .contents-2{
    width: 96%;
    height: max-content;
    background-color: #2e2323a2;
    line-height: 30px;
    padding: 0px;
    margin: 0px;
    margin-left: 0px;
}

.main-content .contents-1{
    width: 100%;
    height: max-content;
    padding: 0px;
    border: 0px solid rgba(243, 210, 210, 0.336);
    margin:0px;
}


.main-content .contents-1 h5{
    padding: 5px;
    width: 90%;
}

.main-content2 .contents-3{
    width: 100%;
    padding: 0px;
    margin: 0px;
    
}

.main-content2 .contents-3 li{
    padding-left: 5px;
    text-align: center;
    width: 96%;
    font-size: 1.9rem;
}
.main-content2 p{
     width: 80%;
    height: 100%;
    font-size: 2.8rem;
    color: #ffee00;
    text-transform: capitalize;
    bottom: 0;
    opacity: 80%;
}
.main-content2 p span{
    font-size: 25px;
    display: none;
}

.main-content2 .contents-3 button{
    background-color: #2e2323a2;
    padding-bottom: 20px;
    width:90%;
    margin: 0px;
    font-size: 2rem;
    text-align: left;
}


}


@media only screen and (min-width: 601px) and (max-width: 1300px) {
.main-content{
    margin-top: 10px;
    margin-left: 0px;
    display: inline-block;
}

.main-content2{
    display:inline-block;
    width: 100%;
    height: max-content;
}
.main-content .contents-2{
    width: 96%;
    height: max-content;
    background-color: #2e2323a2;
    line-height: 30px;
      padding: 0px;
    margin: 0px;
}

.main-content .contents-1{
    width: 100%;
    height: max-content;
    padding: 0px;
    border: 0px solid rgba(243, 210, 210, 0.336);
    margin:0px;
}


.main-content .contents-1 h5{
    padding: 5px;
    width: 90%;
}

.main-content2 .contents-3{
    width: 90%;
    padding: 0px;
    margin: 0px;
    
}

.main-content2 .contents-3 li{
    padding-left: 5px;
    text-align: center;
    width: 100%;
    font-size: 1.9rem;
}
.main-content2 p{
     width: 80%;
    height: 100%;
    font-size: 2.8rem;
    color: #ffee00;
    text-transform: capitalize;
    bottom: 0;
    opacity: 80%;
}
.main-content2 p span{
    font-size: 25px;
    display: none;
}

.main-content2 .contents-3 button{
    background-color: #2e2323a2;
    padding-bottom: 20px;
    width:100%;
    margin: 0px;
    font-size: 2rem;
    text-align: center;
   
}


}