a {
    color:white;
}

a:hover {
    color:orange;
}

body {
    background:linear-gradient(-140deg, #000001, #11315c);
    color:white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

html, body {
    height: 10px;
}
    .wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

.main-body {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
    height: 600px;
    margin-top: 200px;
}

.main-header__h1 {
    font-size: 60px;
    font-weight: bolder;
    margin-left: 15px; 
}

.main-header__links{
    text-decoration: underline;
    display: inline-block;
    white-space: nowrap;
    margin-top: 20px;
}

.soc_links {
    margin-left: 20px;
}

.tg_links_block {
    text-decoration: underline;
    white-space: nowrap;
    margin-top: 250px;
    display: flex; 
    flex-flow: row;
    margin-left: 20px;
}

.tg_links {
    margin-left: 18px;
    display: flex; 
    flex-flow: column wrap;
}

.tg_img_plane {
    height: 43px;
}

.goose_img_block {
    position: relative;
    min-height: 100%;     
}

.goose_img {
    height: 600px;
}

.wrap{
    position:relative;
    height:200px;
}
.wrap>img{
    position:absolute;
    bottom:0;
    right:0;
}