* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:visited {
    color: inherit;
}

li,
ul {
    list-style: none;
}

:root {
    width: 393px;
    height: 852px;
}

.main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 800px;

}

.logo {}

.logo__img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}