body {
    background-image: linear-gradient(to right, #fff, #570628);
    overflow-x: hidden;
}

header {
    height: 100vh;
    width: 100vw;
}

.row {
    display: flex;
    margin-top: 20px;
}

.column {
    flex: 50%;
}

.icons {
    justify-content: center;
    margin-left: 100px;
}

.column h1 {
    text-align: center;
}

.msg {
    line-height: 90px;
}

.column h2 {
    text-align: center;
}

.social_icon {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.social_icon img {
    padding-left: 10px;
}

.foot h2,
h4 {
    text-align: center;
}

.last {
    margin-left: 45%;
}


h2 {
    margin-top: 20px;
}

.own {
    margin-top: 200px;
    margin-bottom: 100px;
}

.ndscreen {
    margin-bottom: 60px;
    margin-top: 90px;
}

.logo {
    margin-top: 70px;
}

span h1 {
    margin-top: 240px;
}
span .marg{
    margin-top: 200px;
}