@import url("./reset.css");

body{
    font-family: Arial;
    background-image: url(../img/1.jpg);
}

.header{
    height: 100px;
}

.header__title{
    font-size: 70px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    -webkit-text-stroke: 1px black;
}

.container {
    margin: 0 auto;
    width: 1440px;
    padding: 0px 32px;
}

.button__title{
    font-size: 50px;
    text-align: center;
    margin-bottom: 100px;
    font-weight: bold;
    margin-top: 20px;
    color: white;
    -webkit-text-stroke: 1px black;
}

.button__list{
    display: block;
    justify-content: space-between;
}
.button__list-item {
    margin-top: 40px;
    background-color: rgba(0,0,0,0.7);
    color: white;
    border: 2px solid white;
    color: white;
    display: block;
    padding: 8px;
    margin-bottom: 50px;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    width: 500px;
    height: 50px;
}
.button__list-item a{
    color: white;
    font-size: 22px;
}