body, html{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #0F1719;
    color: white;
}

/* Header */

.header1{
    display: grid;
    background-color: orange;
    grid-column: 1/4;
    padding-bottom: 0;
    margin-bottom: 0;
    color: black;
    font-size: 20px;
    margin-bottom: 1%;
}

.header1 h2{
    margin-left: 20px;
    margin-bottom: 0;
}

/* Navbar */

.nav-list{
    display: flex;
    grid-column: 3;
    list-style: none;
    margin-top: 10px;
    font-size: 25px;
    justify-content: end;
    padding-right: 60px;
    align-self: center;
}

.nav-list li{
    padding-left: 60px;
}

.nav-list a{
    color: black;
    text-decoration: none;
}

.nav-list li:hover{
    transform: scale(1.06);
    transition: 0.5ms;
}

/* Trading Signals page */

.pcontainer1{
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr ;
    margin: 0;
}

.p2card1{
    grid-column: 1/1;
    grid-row: 1/4;
    background-color: orange;
    font-size: x-large;
    justify-items: center;
    align-self: center;
    width: 400PX;
    height: 600px;
    margin: 20px;
    padding: 22PX;
    margin-top: 10px;
    border-radius: 20px;
    margin-left: 30px;
    color: #0F1719;
    box-shadow: 0 0 25px 5px black;
}

.card23{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row: 2;
    width: 600px;
    text-align: center;
    margin-right: 60%;
    margin-left: 0;
    font-size: larger;
    margin-bottom: 0;
    margin-top: 10px;
    align-self: center;
    color: #0F1719;
}

.pcard1, .pcard2{
    margin-left: 0;
    background-color: orange;
    width: 350px;
    height: 350px;
    margin-bottom: 30px;
    border-radius: 20px;
    margin: 0 40px;
    box-shadow: 0 0 25px 5px black;
}

.price{
    font-size: 35px ;
}

.pcard2{
    margin-left: 50%;
}

.card23 .subbutton{
    padding: 15px 30%;
    margin-top: 13%;
    background-color: #0F1719;
    color: orange;
    font-size: 25px;
    border: none;
    border-radius: 20px;
}

.card23 .subbutton:hover{
    background-color: yellow;
    color: #0F1719;
    transition: 0.3s;
}

/* Features */

.features1{
    grid-column: 2/4;
    font-size: x-large;
    color: orange;
    margin-left: 40px;
}

.features1 li{
    padding-bottom: 2px;
    border-bottom: 2px solid orange;
    margin-bottom: 30px;
    width: 55%;
    list-style: none;
}

/* Footer */

.footer{
    background-color: orange;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    width: 100%;
    margin-top: 60px;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #0F1719;
    margin-bottom: none;
    margin-top: 1.5%;
}

.ftext{
    margin-left: 30px;
    font-size: 25px;
}

.social {
    grid-column:3;
    justify-content: end;
    font-size: 30px;
}

.social i{
    color: #0F1719;
    padding: 10px;
}