* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: left;
    
}

.container {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    width: 100%;
    text-align: left;
}

h1 {
    color: #000;
    margin-bottom: 20px;
}

.online-subscribe {
    margin-bottom: 30px;
}

.online-subscribe p {
    margin: 5px 0;
}

.subscription {
    margin-bottom: 20px;
}

.subscription h2 {
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
}

.subscription h2 span {
    color: red;
}

.subscription p {
    margin-bottom: 15px;
}

.subscription p span {
    color: red;
}

.price {
    display: flex;
    justify-content: left;
    align-items: left;
}

.price span {
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
}

button {
    background-color: orange;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}

button:hover {
    background-color: darkorange;
}

.magazine-cover {
    margin-top: 8px;
    padding: 13px;
    border: 2px solid #d7d6d6;
    text-align: center;
}

.magazine-cover img {
    max-width: 100%;
    width: 200px;
    border-radius: 10px;
    padding: 10px;
}
.container{
    display: flex;
}
.top-head{
    background: #000;
    color: #fff;
    padding: 5px 0px 5px 0px;
}
.left{
    margin-right: 30px;
}
.number{
        display: grid;
    grid-template-columns: 40px auto;
}
.new-main{
    display: grid;
    grid-template-columns: auto 210px;
}
.one-button{
    padding: 5px 10px;
   
    background-color: #60605e;
    border-radius: 0px;
   
}
.one-button a{
    color: #fff;
    font-weight: 600;
        font-size: 12px;
}


