@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1{
    color: #d0a85c;
}

main{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 150px 0px 0px ;
    background: #2A2C39;
    font-family: 'Montserrat',sans-serif;
}

.champion-generator{
    width: 100%;
    max-width: 980px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.champion-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.champion-icon{
    width: 120px;
    height: 120px;
    padding: 3px;
    border: #FF4056 3px solid;
}

.champion-name {
    color: #fff;
}

 .buttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
} 


#top{
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: inherit;
    color: ;
    background: #fff;
    cursor: pointer;
    padding: 25px 80px;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

 #mid{
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: inherit;
    color: ;
    background: #fff;
    cursor: pointer;
    padding: 25px 80px;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#jg{
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: inherit;
    color: ;
    background: #fff;
    cursor: pointer;
    padding: 25px 80px;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#sup{
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: inherit;
    color: ;
    background: #fff;
    cursor: pointer;
    padding: 25px 80px;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#adc{
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: inherit;
    color: ;
    background: #fff;
    cursor: pointer;
    padding: 25px 80px;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.buttons button{
    width: 200px;
    height: 25px;
    background-color: #0bc6e3;
    border: #000913 1px solid;
    font-weight: 500;
    box-shadow: 0px 13px 14px -10px rgba(0,0,0,0.75);
}

.buttons button:active{
    box-shadow: none;
}

.standout {
    line-height: 1;
    margin-top: 0;
    color: #fff;
    font-size: 3.5em;
    margin-bottom: 0.4125rem;
}

.color-emphasis-1 {
    color: #FF4056;
}

.champ-link{

    height: 30px;
    color: blue;
    flex-grow: 1;
    border: #cccccc solid 1px;
}

.link-button{
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: inherit;
    color: ;
    background: #fff;
    cursor: pointer;
    padding: 25px 80px;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.link-button:active{
    box-shadow: none;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    padding-bottom: 20px;
    width: 100%;
    background-color: #2A2C39;
    color: #FFF;
    text-align: center;
}

button:hover {
    opacity: 0.5;

}