body {
    font-family: ms pgothic;
    color: #fff;
    font-size: 15px;
    background-image: url(imagenes/fieldoffate.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

* {
    cursor: url(https://cur.cursors-4u.net/food/foo-7/foo633.cur), auto !important;
}

html {
    scroll-behavior: smooth;
}

.page {
    /* display: flex; */
    display: grid;
    grid-template-columns: 200px 720px 200px;
    justify-content: center;
    min-height: 100vh;
}

aside {
    padding-left: 20px;
    width: 150px;
}

.main {
    width: 600px;;
}

header {
    text-align: center;
}

.sidebar {
    align-items: center;
}

.sidebar-right {
    margin-left: auto;
    text-align: center;
}

.layout{
    width: 100%;
}