@font-face{
    font-family: "Source";
    src: url("./fonts/SourceSansPro-Regular.ttf") format("truetype");
    font-weight: normal;
	font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    position: relative;
    width: 1080px;
    height: 1920px;
}

button{
    width: 735px;
    height: 125px;
    background: #D80E19;
    box-shadow: 4px 4px 30px #091A31;
    border-radius: 19px;

    color: #fff;
    font-family: 'Source';
    font-style: normal;
    font-weight: 600;
    font-size: 2.875rem;
    line-height: 57px;
    text-align: center;
}

.main-content{
    width: 1080px;
    height: 1920px;
    overflow: hidden;
    background: url('../assets/bg.png');
    background-size: cover;
    background-position: center;
}

.dec{
    width: 1080px;
    height: 1920px;
    background: url('../assets/dec.png');
    background-size: cover;
    background-position: center;
    position: absolute;
}

.logo{
    width: 538px;
    height: 100px;
    margin: 695px auto 0;
    background: url(../assets/logo.png);
    background-size: cover;
    background-position: center;
}

.buttons-content {
    margin-top: 85px;
    text-align: center;
}



.media{
    margin-top: 85px;
}