body {
    /* margin-left: 30px; */
    background-color: #1a2332;
    color: white;
    font-size:x-large;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

img {
    height: 180px;
}
ul {
    list-style-type: none;
    margin: 10px;
    padding: 0;
}
main {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 15px;;
}
.A1{
    background-color: #4e5564;
    width: 500px;
    border-radius: 20px;;  
}
h1{
    text-align: center;
}
p{
    padding: 5px;
    padding-left: 10px;
}
.A3{
    background-color: #4e5564;
    width: 500px;
    border-radius: 20px;;
}
.A2{
    background-color:#4e5564 ;
    width: 500px;
    border-radius: 20px;;
}

.current {
    background-color: #111;
    border-radius: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
}
.A4{
margin-left: 10px;
margin-top: 10px;
border-radius: 20px;
width: 90%;
}
.A5:hover{
    border: 2px solid #3c424e;
    background-color: #3c424e;
}
.A5:hover td:nth-child(2){
    color:orange;
}
.A6{
    margin:auto;
    text-align:left;
}

@media (max-width: 768px){
    .A1, .A2, .A3{
    margin-top: 20px !important;
    width: 90% !important;}
}

@media screen and (orientation: portrait) {
    main {
    display: flex;
    flex-direction: column;
    width: 98%;
    }

    .A1 {
        width: 92%;
    }

    .A2 {
        width: 92%;
    }

    .A3 {
        width: 92%;
    }

    img {
        width: 40%;
    }
}