*{
    margin: 0;
    padding: 0;
}

body{
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: rgb(41, 41, 41);
}

.header{
    position: absolute;
    font-family:  Arial, Helvetica, sans-serif;
    color: red;
    text-align: center;
    left: 36%;
    top: 30%;
}

.sus_image {
    width: 400px;
    height: 341px;
}
