.build-page, .counter-picks {
    width: 600px;
    height: max-content;
    margin: 20px;
    text-align: center;
    background-color: rgba(10, 20, 40, 0.979);
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0px 0px 100px #0c2874;
    color: #c9aa71;
    border: 1px solid #c9aa71;
}

.back {
    display: inline-block;
    margin-top: 20px;
    color: #60fa68;
    text-decoration: none;
}

body {
    margin: 0;
    height: 100vh;
    background: linear-gradient(135deg, #020617, #0f172a);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
}

p {
    white-space: pre;
    margin-top: 0px;
    margin-bottom: 0px;
}

img {
    width: 400px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #c9aa71;
}

b {
    font-size: 20px;
}

h2 {
    margin-top: 5px;
    margin-bottom: 1px;
}

.lane {
    display: inline-block;
    color: #a8a2c4;
    text-decoration: none;
    font-weight: 800;
    background-color: #160129;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 8px;
    border: 1px solid #c9aa71;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}


.counter-picks {
    margin-left: 1px;
    width: 150px;
}