body{
    padding: 0px;
    margin: 0px;
    font-family: 'Barlow', sans-serif;
}

.main{
    height: 100vh;
    width: 100vw;
}

.holder{
    height: auto;
    width: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.holder p{
    font-size: 16px;
    font-weight: 200;
    text-align: center;
}

a{
    color: #114411;
}

.holder h1{
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    margin-bottom: 25px;
}

.download-notification{
    font-size: 10px;
    position: relative;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    margin-bottom: 40px;
    color: #141414;
}

input:focus{
    outline: none;
}

.holder input{
    height: 54px;
    width: 90vw;
    max-width: 600px;
    border:2px solid #141414;
    font-size: 16px;
    font-weight: 200;
    color:#444444;
    text-align: center;
    display: block;
    border-radius: 6px;
    margin: auto auto;
    margin-bottom: 25px;
}

.button{
    height: 54px;
    width: 184px;
    background: #141414;
    text-align: center;
    line-height: 54px;
    font-size: 16px;
    border-radius: 6px;
    color: #ffffff;
    margin: auto auto;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    cursor: pointer;
}