@font-face {
	font-family: rollingOut;
	src: url('./fonts/RollingOut.ttf');
}

@font-face {
	font-family: nunitoLight;
	src: url('./fonts/Nunito-Light.ttf');
}

body{    
    background-image: url(./images/14.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    color: white;
    font-family: nunitoLight;

    width: 100%;
    height: 100%;
    margin: 0;
}

a{
    color: white;
    text-decoration: none;
}

.div-group{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.button-group{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.title-group{
    width: 100%;
    /* top: 10rem; */
    margin-top: 2rem;
}

.title{
    font-family: rollingOut;
    font-size: 3.6rem;
}

.title.one{
    padding-right: 8rem;
    transform: translateY(1rem);
}
.title.two{
    padding-left: 8rem;
}

.subtitle{
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    width: 100%;
    text-align: center;
}

.absolute-group{
    position: absolute;
    width: 100%;
    margin: 0;
}

.central-group{
    bottom: 36%;
    font-size: 1rem;
    opacity: 0.8;
    
}

.central-group-text{
    margin-bottom: 0.2rem;
}

.central-group-button{
    position: relative;

    border-style: none;
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 0.1);
    
    padding: 0.8rem 1.8rem;
    margin-top: 0.5rem;

    color: white;
    letter-spacing: 0.2rem;
    font-size: 1rem;
    font-family: nunitoLight;
    font-weight: 500;

}

.central-group-button:focus{
    background-color: rgba(255, 255, 255, 0.3);
}

.button-arrow{
    position: absolute;
    width: 7px;
    align-self: center;
    margin-top: 5px;
    margin-left: 0.4rem;
}

.follow-group{
    bottom: 15%;
    opacity: 0.6;
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
}

.link-image{
    margin: 0.5rem;
    /* opacity: 0.5; */
    width: 36px;
}

.bottom-group{
    bottom: 1rem;
    font-size: 0.9rem;
    text-align: center;
    opacity: 0.75;
}

.only-mobile-message{
    top:50%;
    text-align: center;
}